Configure substitution parameters.
This commit is contained in:
@@ -7,5 +7,9 @@
|
||||
SHELL_FOLDER=$(cd "$(dirname "$0")"; pwd) #脚本所在目录
|
||||
SHELL_FOLDER=$(dirname $(readlink -f "$0"))
|
||||
|
||||
${SHELL_FOLDER}/../ais -l 127 -D 128 -d
|
||||
NAME="ais"; #tmux 会话名字
|
||||
|
||||
tmux new -d -s $NAME && tmux send -t $NAME 'cd ~' ENTER && tmux send -t $NAME "cd ${SHELL_FOLDER}/../; ./ais -l 127 -D 128" ENTER
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user