summaryrefslogtreecommitdiff
path: root/install_native.sh
diff options
context:
space:
mode:
authorspv <aquaticvegetable@gmail.com>2022-04-22 15:57:02 -0400
committerspv <aquaticvegetable@gmail.com>2022-04-22 15:57:02 -0400
commitd7cf3795b6da29a8ec7a6b7fc1245b70ff9d3dca (patch)
tree6358354070c6500ab77893478a8bf1179e5bb026 /install_native.sh
parentf6a6595c6df8266673decccbd909aecf4cd60cf0 (diff)
stuff
Diffstat (limited to 'install_native.sh')
-rwxr-xr-xinstall_native.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/install_native.sh b/install_native.sh
new file mode 100755
index 0000000..325515a
--- /dev/null
+++ b/install_native.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+#ssh root@localhost -p 2222 "rm main_arm"
+
+#scp -P 2222 bin/main_arm root@localhost:main_arm
+#scp -P 2222 exp.js root@localhost:exp.js
+
+bin/main_arm -f /usr/sbin/racoon -j exp.js -o racoon.conf
+cp racoon.conf /etc/racoon/racoon.conf
+
+#bin/main -f ~/racoon -j ../lol.js | ssh root@localhost -p 2222 "cat > /etc/racoon/racoon.conf"
+
+#bin/main -f ~/racoon | ssh root@192.168.1.6 "cat > racoon.conf"
+#bin/main -f ~/racoon | ssh root@192.168.1.6 "cat > /etc/racoon/racoon.conf"