Pass along command-line arguments in the appropriate location.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@324 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-09-05 00:37:49 +00:00
parent eaf6a8d987
commit 3d32769ec5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
`dirname $0`/runjava $* com.threerings.miso.editor.EditorApp
`dirname $0`/runjava com.threerings.miso.editor.EditorApp $*
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
`dirname $0`/runjava $* com.threerings.miso.viewer.ViewerApp
`dirname $0`/runjava com.threerings.miso.viewer.ViewerApp $*