aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-05 22:43:16 -0300
committerEuAndreh <eu@euandre.org>2018-07-05 22:43:16 -0300
commitb5b0f1499b6cc74903b8f4a22056dbef264f7bdb (patch)
treef2d0aafc857db976486644823839b0e6505d34b9 /scripts
parentAdd mr alias (diff)
downloaddotfiles-b5b0f1499b6cc74903b8f4a22056dbef264f7bdb.tar.gz
dotfiles-b5b0f1499b6cc74903b8f4a22056dbef264f7bdb.tar.xz
Add jwt-claims.sh script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jwt-claims.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/jwt-claims.sh b/scripts/jwt-claims.sh
new file mode 100755
index 0000000..9738ec9
--- /dev/null
+++ b/scripts/jwt-claims.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+# FIXME: move to nucli
+awk '{print $2}' | awk -F. '{print $2}' | base64 --decode | jq