diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-30 18:08:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-30 18:08:22 +0530 |
commit | e75bab87fc1638f5593b19c52a8f73ddcfdefdf2 (patch) | |
tree | f752fdfc30f0e8d2706e11eabd7f8453c728130b /scripts/mangasort | |
parent | bcadd3e7e7f8f8fb77eb4ee4817a7bf92cead858 (diff) |
added a script that gets weather info every hour
Diffstat (limited to 'scripts/mangasort')
-rwxr-xr-x | scripts/mangasort | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mangasort b/scripts/mangasort index 9bdf7435..e9f7b27e 100755 --- a/scripts/mangasort +++ b/scripts/mangasort @@ -3,7 +3,7 @@ import os def sxivInput(r1, r2): - return "sxiv " + r2 + " & " + "sxiv " + r1 + " & " # r2 comes before because the's how manga works + return "sxiv " + r1 + " & " + "sxiv " + r2 + " & " def calculate(prefix, suffix, num): r1 = '' |