]> Git Repo - haraka-avx512.git/commitdiff
run
authorjesse <[email protected]>
Tue, 4 Aug 2020 01:15:09 +0000 (21:15 -0400)
committerjesse <[email protected]>
Tue, 4 Aug 2020 01:15:09 +0000 (21:15 -0400)
run_server.sh
test [new file with mode: 0644]

index 0ce9a96abf7556e60dda8fc966247c098ef58b80..0745b0092d164f8262274c35d400dfe89ac2150e 100755 (executable)
@@ -4,6 +4,6 @@ git commit -a -m "run"
 git push 
 echo ip:
 read ip
-echo password:
-read pass
-echo $pass > ssh root@$ip "echo hi" > test
+echo user:
+read user
+ssh $user@$ip "cd Mr-Bossman-remove-plz  && git pull && ./haraka"
diff --git a/test b/test
new file mode 100644 (file)
index 0000000..45b983b
--- /dev/null
+++ b/test
@@ -0,0 +1 @@
+hi
This page took 0.026655 seconds and 4 git commands to generate.