aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/store.sh
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-17 10:38:09 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-17 10:38:09 +0200
commit618b93e61a7f2f16fbaea9fcbb877bbe157e01fd (patch)
tree836390f3c4de1c39d96272b04b4a74556b638a50 /jsaccess/store.sh
parentjsaccess: readme wording (diff)
downloadlaurent-tools-618b93e61a7f2f16fbaea9fcbb877bbe157e01fd.tar.xz
laurent-tools-618b93e61a7f2f16fbaea9fcbb877bbe157e01fd.zip
jsaccess: rename encrypt.sh -> store.sh
Diffstat (limited to '')
-rwxr-xr-xjsaccess/store.sh (renamed from jsaccess/encrypt.sh)6
1 files changed, 3 insertions, 3 deletions
diff --git a/jsaccess/encrypt.sh b/jsaccess/store.sh
index 5663b9e..71a42c2 100755
--- a/jsaccess/encrypt.sh
+++ b/jsaccess/store.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-# jsaccess - download and decrypt files in the browser
-# encrypt.sh: file encrytion script
+# jsaccess - private web file sharing using client side crypto
+# store.sh: file encrytion script
# Copyright (c) 2013 Laurent Ghigonis <laurent@gouloum.fr>
#
@@ -24,7 +24,7 @@ cleanup() {
}
if [ $# -ne 1 ]; then
- echo "usage: encrypt.sh <myfile>"
+ echo "usage: store.sh <myfile>"
exit 1
fi
myfile=$1