diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-03-21 15:55:25 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-03-21 15:55:25 +0800 |
commit | 75df3b9db3bd8ea22911c12caca22f8b2b0ca69d (patch) | |
tree | 0c97e15ad68eac647bc8a11956e6a9d103fa717b /bin/unix/token | |
parent | 15ebee599391040d7bfcdfafaa8eb63dcfef86ca (diff) |
Make token as a callable command
Diffstat (limited to 'bin/unix/token')
-rwxr-xr-x | bin/unix/token | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/unix/token b/bin/unix/token new file mode 100755 index 0000000..e410e0e --- /dev/null +++ b/bin/unix/token | |||
@@ -0,0 +1,6 @@ | |||
1 | #! /bin/sh | ||
2 | |||
3 | cd ~/helper/tokens | ||
4 | |||
5 | cat $1 && exit 0 | ||
6 | ls -l && exit 1 | ||