From 69c820a66463a0416ff6fc230644f40d912a3cbd Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sat, 25 Jan 2020 10:01:14 +0500 Subject: Scripts. --- d-backup | 2 +- xe | 2 +- 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 <$script var page = require('webpage').create(); page.open('$url', function(status) { -- cgit v1.2.3