Initial commit
This commit is contained in:
commit
d3c6e29902
202 changed files with 3909 additions and 0 deletions
6
sort-backup
Executable file
6
sort-backup
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
if [ -z "$1" ]; then
|
||||
echo "searchdir, please"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
find "$1" -exec sort-backup.dothejob ~/sorted-backup {} \;
|
||||
Loading…
Add table
Add a link
Reference in a new issue