Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.2 by gordonr, Mon Oct 10 05:06:06 2005 UTC | Revision 1.3 by gordonr, Fri Oct 14 00:12:43 2005 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #!/bin/sh | #!/bin/sh |
2 | ||
3 | for file in *.rpm | for file in $@ |
4 | do | do |
5 | arch=$(basename $file .rpm | sed -e 's/.*\.//') | arch=$(basename $file .rpm | sed -e 's/.*\.//') |
6 |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |