added push script
This commit is contained in:
parent
3f1dcb9f52
commit
20ca77a241
1 changed files with 9 additions and 0 deletions
9
push.sh
Executable file
9
push.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
for synced in `cat synced`; do
|
||||||
|
echo -n $synced...
|
||||||
|
dir=`dirname -- $synced`
|
||||||
|
mkdir -p $HOME/$dir
|
||||||
|
cp $synced $HOME/$dir
|
||||||
|
echo done
|
||||||
|
done
|
Loading…
Reference in a new issue