Reorganized

This commit is contained in:
Mari Wahl 2014-11-03 10:49:17 -05:00
parent ab54dc8e70
commit 2afd831662
281 changed files with 253 additions and 33 deletions

View file

@ -0,0 +1,15 @@
#!/bin/bash
FILE=~/Desktop/test/ghost
FILE1=~/Desktop/test/cpghost
while [[ true ]]
do
if [ -f $FILE ]
then
cp $FILE $FILE2
echo got it
fi
sleep 2
done