Skip to content

Commit 41565eb

Browse files
authored
Add root shortcut "sd" to invoke the cli (#505)
* Add root shortcut "sd" to invoke the cli * probably sh is better because its more generic?
1 parent 634363d commit 41565eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env sh
2+
3+
node --experimental-strip-types --no-warnings src/cli.mts "$@"

0 commit comments

Comments
 (0)