summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gauth4
-rwxr-xr-xbin/start_godoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/gauth b/bin/gauth
index b18f73d..169fd3b 100755
--- a/bin/gauth
+++ b/bin/gauth
@@ -1,8 +1,8 @@
#!/bin/sh
# Use backup from andOTP
-# cat ~/.otp_accounts.json |
-gpg -qd ~/.otp_accounts.json.gpg 2>/dev/null |
+#gpg -qd ~/.otp_accounts.json.gpg 2>/dev/null |
+cat ~/.otp_accounts.json |
jq -r '.[] | "\(.label) \(.secret)"' |
while read -r l s; do
echo "$l $(oathtool --totp -b "$s")"
diff --git a/bin/start_godoc b/bin/start_godoc
index 15bb70a..6433377 100755
--- a/bin/start_godoc
+++ b/bin/start_godoc
@@ -1,3 +1,3 @@
#!/bin/sh
-/Users/marc/go/bin/godoc >/tmp/godoc.out 2>&1 &
+/home/marc/go/bin/godoc >/tmp/godoc.out 2>&1 &