5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/bash
|
|
cd "$(dirname $0)"
|
|
chmod +x easyremote-server
|
|
./easyremote-server
|