7 lines
87 B
Bash
Executable file
7 lines
87 B
Bash
Executable file
#!/bin/ash
|
|
|
|
export PATH=$HOME/bin:$PATH
|
|
|
|
cd /home/hanez/hanez.org
|
|
|
|
make server_release
|