2016-11-13 15:34:01 +00:00
|
|
|
#!/bin/bash
|
2016-11-19 14:54:31 +00:00
|
|
|
#pack
|
|
|
|
#go build
|
2016-11-13 15:34:01 +00:00
|
|
|
scp notify.moe eduard@arn:~/beta/notify.moe.new
|
2016-12-02 06:25:39 +00:00
|
|
|
ssh eduard@arn 'cd beta; killall notify.moe; rm notify.moe; mv notify.moe.new notify.moe; ./notify.moe > log.txt &'
|