6 lines
188 B
Bash
Raw Normal View History

2016-11-14 00:34:01 +09:00
#!/bin/bash
2016-11-19 23:54:31 +09:00
#pack
#go build
2016-11-14 00:34:01 +09:00
scp notify.moe eduard@arn:~/beta/notify.moe.new
2017-06-08 11:51:34 +02:00
ssh eduard@arn 'cd beta; killall notify.moe; rm notify.moe; mv notify.moe.new notify.moe; nohup ./notify.moe &'