aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-17 22:59:21 -0300
committerEuAndreh <eu@euandre.org>2019-05-17 22:59:21 -0300
commita81f86270b0d8d013b5c3081b99e34aa0034503d (patch)
tree769af432b163a70069d9a2d029e46f89184f5d24 /scripts
parentRemove buku configuration. (diff)
downloaddotfiles-a81f86270b0d8d013b5c3081b99e34aa0034503d.tar.gz
dotfiles-a81f86270b0d8d013b5c3081b99e34aa0034503d.tar.xz
Remove unused executables.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cp-todos.sh4
l---------scripts/cq1
-rwxr-xr-xscripts/jwt-claims.sh3
-rwxr-xr-xscripts/md53
4 files changed, 0 insertions, 11 deletions
diff --git a/scripts/cp-todos.sh b/scripts/cp-todos.sh
deleted file mode 100755
index e839ae8..0000000
--- a/scripts/cp-todos.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-
-cp "$HOME/annex/txt/TODOs.org" "$HOME/ownCloud/Notes/org.txt"
-cp "$HOME/annex/txt/TODOs.org" "$HOME/ownCloud/cache/TODOs.org"
diff --git a/scripts/cq b/scripts/cq
deleted file mode 120000
index 476614d..0000000
--- a/scripts/cq
+++ /dev/null
@@ -1 +0,0 @@
-/home/andreh/dev/cq/cq \ No newline at end of file
diff --git a/scripts/jwt-claims.sh b/scripts/jwt-claims.sh
deleted file mode 100755
index b02575e..0000000
--- a/scripts/jwt-claims.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env bash
-
-awk '{print $2}' | awk -F. '{print $2}' | base64 --decode | jq
diff --git a/scripts/md5 b/scripts/md5
deleted file mode 100755
index acd6035..0000000
--- a/scripts/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env bash
-
-md5sum "$@"