about summary refs log tree commit diff stats
path: root/shinb
diff options
context:
space:
mode:
authorCase Duckworth2023-03-15 14:24:10 -0500
committerCase Duckworth2023-03-15 14:24:10 -0500
commit3319d70e4e8fd89fe6140e95504a718717bd4e80 (patch)
tree33e9de59e234ae64141e11a8733c1323b1ad21ab /shinb
parentAdd shin.sh (sh library; acts a little differently to shin.awk/shin) (diff)
downloadshin-main.tar.gz
shin-main.zip
Rewrite with sh HEAD main
Diffstat (limited to 'shinb')
-rwxr-xr-xshinb7
1 files changed, 7 insertions, 0 deletions
diff --git a/shinb b/shinb new file mode 100755 index 0000000..855b153 --- /dev/null +++ b/shinb
@@ -0,0 +1,7 @@
1#!/bin/sh
2
3. shin
4
5_shin_func=_shin_build
6
7shin "$@"