5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
directory=$(dirname "$BASH_SOURCE")
|
|
makejs=$directory
|
|
makejs+="/make.js"
|
|
node "$makejs" "$@" |