Initial import - (formaly a SVN project named rcopy)

This commit is contained in:
2017-01-24 15:15:01 +01:00
commit 76433059ad
16 changed files with 3079 additions and 0 deletions

8
rcopy_manual.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
manual=${manual:=true}
script_dir=$(realpath `dirname $0`)
$script_dir/rcopy.sh true
exit $?