mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2024-12-26 19:58:25 +00:00
10 lines
219 B
Bash
Executable File
10 lines
219 B
Bash
Executable File
# exec /bin/bash
|
|
#!/bin/sh
|
|
|
|
# node_dir=$(dirname $(dirname $(dirname $(realpath $0))))
|
|
|
|
cur_dir=$(dirname $0)
|
|
$(dirname $(dirname $cur_dir))/bin/node $cur_dir/index.js $1 $2
|
|
|
|
# echo 请按任意键继续..
|
|
# read -n 1 |