summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2020-01-25 10:01:14 +0500
committerAnton Bobov <abobov@gmail.com>2020-01-25 10:01:14 +0500
commit69c820a66463a0416ff6fc230644f40d912a3cbd (patch)
treedd3eb7719b3869b6df5a080b23b8e6ecf54fbacf
parent5294ee60a9fd7afd2d2f36425055e6d12d3e605c (diff)
Scripts.
-rwxr-xr-xd-backup2
-rwxr-xr-xxe2
2 files changed, 2 insertions, 2 deletions
diff --git a/d-backup b/d-backup
index 5879c77..46d64a4 100755
--- a/d-backup
+++ b/d-backup
@@ -25,7 +25,7 @@ Commands:
list list files from backup
restore restore files from backup
Options:
- --time time specify the time from which to restore or list files
+ --time|-t time specify the time from which to restore or list files
EOF
}
diff --git a/xe b/xe
index 97dc724..2375df6 100755
--- a/xe
+++ b/xe
@@ -15,7 +15,7 @@ to=${1:3:3}
get_value() {
script=$(tempfile)
- url="http://www.xe.com/currencyconverter/convert/?Amount=1&From=$from&To=$to"
+ url="https://www.xe.com/currencyconverter/convert/?Amount=1&From=$from&To=$to"
cat <<EOF >$script
var page = require('webpage').create();
page.open('$url', function(status) {