6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
source /home/timerix/.allrc
|
|
rm -rf bin/release
|
|
cd bin/publish
|
|
./minecraft-launcher-server
|