X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;fp=debian%2Fupload.sh;h=09f07e2ffd34dff1a62b73f54b73262932997f44;hb=889cd0c134643a71dd8272cf2294276d054d6057;hp=0000000000000000000000000000000000000000;hpb=7b1921a415c4670f36c2e3bdccbe859284fb7eee;p=memstore.git diff --git a/debian/upload.sh b/debian/upload.sh new file mode 100755 index 0000000..09f07e2 --- /dev/null +++ b/debian/upload.sh @@ -0,0 +1,6 @@ +#!/bin/bash -e + +dup memstore -Ufiles.b9.com -D/home/ftp/memstore -C"(umask 022; cd /srv/www/html/memstore; make install)" -su $* + + +