JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add commandline args for term dimensions
[watch-my-terminal.git] / run.sh
diff --git a/run.sh b/run.sh
index 8c9ce4b..a5cb085 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -2,4 +2,4 @@
 
 # run from source directory
 
-script -f >(coffee server.coffee >log.txt 2>&1)
+script -f >(coffee server.coffee "$@" >log.txt 2>&1)