init
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
This commit is contained in:
parent
256dc98754
commit
df2daf524d
641 changed files with 140617 additions and 12 deletions
15
git-mv.sh
Executable file
15
git-mv.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
DIR="$1"
|
||||
DEST="$2"
|
||||
hier="/home/server/git/$DIR/"
|
||||
there="git.schottelius.org:/home/server/git/$DEST"
|
||||
|
||||
echo "$hier to $there?"
|
||||
read bar
|
||||
|
||||
|
||||
rsync -av "$hier" "$there"
|
||||
|
||||
|
||||
echo "ok?"
|
||||
read foo
|
||||
echo rm -rf "$hier"
|
||||
Loading…
Add table
Add a link
Reference in a new issue