/[pkg-kde]/scripts/sort-install-files
ViewVC logotype

Contents of /scripts/sort-install-files

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10353 - (show annotations) (download)
Mon Apr 28 22:48:39 2008 UTC (5 years ago) by trigger-guest
File size: 129 byte(s)
head->table
1 #!/bin/sh
2 # simply sorts all files given on the command line
3
4 for file in "$@"
5 do
6 LANG=C sort -u ${file} | sponge ${file}
7 done

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5