diff options
author | EuAndreh <eu@euandre.org> | 2019-05-17 22:59:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-17 22:59:21 -0300 |
commit | a81f86270b0d8d013b5c3081b99e34aa0034503d (patch) | |
tree | 769af432b163a70069d9a2d029e46f89184f5d24 /scripts/jwt-claims.sh | |
parent | Remove buku configuration. (diff) | |
download | dotfiles-a81f86270b0d8d013b5c3081b99e34aa0034503d.tar.gz dotfiles-a81f86270b0d8d013b5c3081b99e34aa0034503d.tar.xz |
Remove unused executables.
Diffstat (limited to 'scripts/jwt-claims.sh')
-rwxr-xr-x | scripts/jwt-claims.sh | 3 |
1 files changed, 0 insertions, 3 deletions
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 |