summaryrefslogtreecommitdiffhomepage
path: root/serve
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-03-04 19:53:46 -0500
committerrealtradam <[email protected]>2023-03-04 19:53:46 -0500
commite507454912f69b202c0a49d772696eabcccaa024 (patch)
treee2f51bce8eee08d6c96b7abb7f74063b159210e7 /serve
parent50d4ca3c7df7ca7d67a4435ea726a6c68375a814 (diff)
downloadrodeo_sample_game-e507454912f69b202c0a49d772696eabcccaa024.tar.gz
rodeo_sample_game-e507454912f69b202c0a49d772696eabcccaa024.zip
add emscripten
Diffstat (limited to 'serve')
-rwxr-xr-xserve3
1 files changed, 3 insertions, 0 deletions
diff --git a/serve b/serve
new file mode 100755
index 0000000..267cdfa
--- /dev/null
+++ b/serve
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+ruby -run -ehttpd ./build_dir/web -p8000