]> git.armaanb.net Git - bin.git/commitdiff
add s3mount
authorArmaan Bhojwani <code@armaanb.net>
Wed, 23 Dec 2020 00:40:17 +0000 (19:40 -0500)
committerArmaan Bhojwani <code@armaanb.net>
Wed, 23 Dec 2020 00:40:17 +0000 (19:40 -0500)
s3mount [new file with mode: 0755]
ufetch-arch

diff --git a/s3mount b/s3mount
new file mode 100755 (executable)
index 0000000..97fcba6
--- /dev/null
+++ b/s3mount
@@ -0,0 +1,2 @@
+#!/usr/bin/env sh
+rclone mount wasabi:frost-backup /home/armaa/.local/mnt/frost-backup
index 58b28edd075f91c887c69f6c49efd5184ed9259b..51d2a81c071b1d9a3c0f0c548b6151b003edf9a1 100755 (executable)
@@ -10,8 +10,8 @@ os="Arch Linux"
 kernel="$(uname -sr)"
 uptime="$(uptime -p | sed \
   -e 's/up //' \
-  -e 's/hours/hrs/' \
-  -e 's/minutes/min/')"
+  -e 's/hour/hr/' \
+  -e 's/minute/min/')"
 date="$(date +%Y-%m-%0e)"
 time="$(date +%r)"
 tasks="$(task list due.before:week | tail -n 1 | head -c -7)"