Add a shebang to the do.nu script
This commit is contained in:
parent
719cfafefc
commit
9b51998889
1 changed files with 2 additions and 0 deletions
2
do.nu
Normal file → Executable file
2
do.nu
Normal file → Executable file
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env nu
|
||||
|
||||
# Build the frontend dans backend in parallel (debug mode).
|
||||
def "main build" [] {
|
||||
build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue