Skip to content

Commit 4808b0a

Browse files
Make the toolkit executable
1 parent e737107 commit 4808b0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

toolkit.nu

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nu
2+
13
def --wrapped main [...rest] {
24
nu -c $'use toolkit.nu; toolkit ($rest | str join (char space))'
35
}

0 commit comments

Comments
 (0)