4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
|
|
DIR="$(dirname "$(readlink -f "$0")")"
|
|
node "$DIR/../dist/wtc.js" "$@"
|