aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/unix
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-03-21 15:55:25 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-03-21 15:55:25 +0800
commit75df3b9db3bd8ea22911c12caca22f8b2b0ca69d (patch)
tree0c97e15ad68eac647bc8a11956e6a9d103fa717b /bin/unix
parent15ebee599391040d7bfcdfafaa8eb63dcfef86ca (diff)
Make token as a callable command
Diffstat (limited to 'bin/unix')
-rwxr-xr-xbin/unix/token6
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
3cd ~/helper/tokens
4
5cat $1 && exit 0
6ls -l && exit 1