3 lines
83 B
Bash
Executable file
3 lines
83 B
Bash
Executable file
echo $(pwd)
|
|
cp $(pwd)/bin/Debug/monitor.exe $(pwd)/monitor
|
|
chmod +x $(pwd)/monitor
|