5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
|
#!/bin/bash
|
||
|
cd /tmp/server/
|
||
|
. /root/.bashrc
|
||
|
PATH=$PATH:/usr/local/go/bin make
|