diff options
author | EuAndreh <eu@euandre.org> | 2018-07-11 13:19:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-11 13:19:40 -0300 |
commit | 9b8fbb866aac1a1e8aee07218fe4f0e3b03327eb (patch) | |
tree | fa74f1fc811067125ebffce0d851a544798d444b /scripts | |
parent | Sort layers (diff) | |
download | dotfiles-9b8fbb866aac1a1e8aee07218fe4f0e3b03327eb.tar.gz dotfiles-9b8fbb866aac1a1e8aee07218fe4f0e3b03327eb.tar.xz |
Moved to nucli
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/jwt-claims.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/jwt-claims.sh b/scripts/jwt-claims.sh index 9738ec9..b02575e 100755 --- a/scripts/jwt-claims.sh +++ b/scripts/jwt-claims.sh @@ -1,4 +1,3 @@ #!/usr/bin/env bash -# FIXME: move to nucli awk '{print $2}' | awk -F. '{print $2}' | base64 --decode | jq |