diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-01-25 10:01:14 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-01-25 10:01:14 +0500 |
| commit | 69c820a66463a0416ff6fc230644f40d912a3cbd (patch) | |
| tree | dd3eb7719b3869b6df5a080b23b8e6ecf54fbacf | |
| parent | 5294ee60a9fd7afd2d2f36425055e6d12d3e605c (diff) | |
Scripts.
| -rwxr-xr-x | d-backup | 2 | ||||
| -rwxr-xr-x | xe | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 } @@ -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) { |
