Browse Source

Added sync.sh tool to "install" my files

master
Alejandro Mery 13 years ago
parent
commit
08b3a2b825
2 changed files with 10 additions and 0 deletions
  1. +5
    -0
      sync.sh
  2. +5
    -0
      sync2.sh

+ 5
- 0
sync.sh

@ -0,0 +1,5 @@
#!/bin/sh
set -e
cd "files"
exec find ! -type d -exec ../sync2.sh '{}' \;

+ 5
- 0
sync2.sh

@ -0,0 +1,5 @@
#!/bin/sh
for x; do
echo "$$ [$x]"
done

Loading…
Cancel
Save