aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/unix/token
diff options
context:
space:
mode:
Diffstat (limited to 'bin/unix/token')
-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