aboutsummaryrefslogtreecommitdiffstats
path: root/library/example.sh
diff options
context:
space:
mode:
Diffstat (limited to 'library/example.sh')
-rwxr-xr-xlibrary/example.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/example.sh b/library/example.sh
new file mode 100755
index 000000000..73f9cd20c
--- /dev/null
+++ b/library/example.sh
@@ -0,0 +1,4 @@
+# run 2 servers and make sure they close together
+
+beefy frame.js:bundle.js 9001 --live &
+beefy example/index.js:bundle.js index.js:zero.js --cwd example/ 9002 --live --open \ No newline at end of file