3 行
83 B
Bash
実行ファイル
3 行
83 B
Bash
実行ファイル
echo $(pwd)
|
|
cp $(pwd)/bin/Debug/monitor.exe $(pwd)/monitor
|
|
chmod +x $(pwd)/monitor
|