- Timestamp:
- Mar 25, 2009, 4:57:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/sbin/propose-update
r747 r1025 50 50 my @files=`athrun scripts gfind . -mindepth 1 -maxdepth 1 | grep -v .admin`; 51 51 if (@files <= 1) { 52 `athrun scripts gfind . -mindepth 2 -maxdepth 2 | xargs -I{} mv \{} .`;52 `athrun scripts gfind . -mindepth 2 -maxdepth 2 -exec mv \{} . \;`; 53 53 rmdir($files[0]); 54 54 }
Note: See TracChangeset
for help on using the changeset viewer.