summary refs log tree commit diff
path: root/entrypoint.sh
diff options
context:
space:
mode:
authorMatt Arnold <matt@thegnuguru.org>2023-01-01 05:40:00 -0500
committerMatt Arnold <matt@thegnuguru.org>2023-01-01 05:40:00 -0500
commite548329c731090e9322f6504beb7944d5dcdc589 (patch)
tree213c2b47a7cfd8248e5a307e3a530ae9cfb28329 /entrypoint.sh
Inital commit
Diffstat (limited to 'entrypoint.sh')
-rw-r--r--entrypoint.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
new file mode 100644
index 0000000..4f27eb9
--- /dev/null
+++ b/entrypoint.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+cd /app
+./miniwebproxy >> /stackmsg 2>&1 &
+./poseidon >> /stackmsg 2>&1
+tail -f /stackmsg
+