From 2ed88947ecab02401e24646e7a2f882846bf13df Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 17 Jun 2017 01:36:44 +0200 Subject: [PATCH] Cleanup --- deploy.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 3609ca74..00000000 --- a/deploy.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -#pack -#go build -scp notify.moe eduard@arn:~/beta/notify.moe.new -ssh eduard@arn 'cd beta; killall notify.moe; rm notify.moe; mv notify.moe.new notify.moe; nohup ./notify.moe &'