Add upload.sh
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 21 Mar 2018 19:36:51 +0000 (19:36 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 21 Mar 2018 19:36:51 +0000 (19:36 +0000)
debian/upload.sh [new file with mode: 0755]

diff --git a/debian/upload.sh b/debian/upload.sh
new file mode 100755 (executable)
index 0000000..56fe894
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash -e
+
+dup ctsim -Ufiles.kpe.io -D/home/ftp/ctsim -su \
+    -C"(umask 022; cd /srv/www/html/ctsim; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*