6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/ash
|
|
cd /root
|
|
|
|
echo "Starting application..."
|
|
chmod +x ./harbormaster
|
|
./harbormaster |