Merge pull request #163 from dvargas46/v3-add-osabie
pkg(osabie-1.0.1): Fix osabie args
This commit is contained in:
commit
3d8e45ecc4
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Put instructions to run the runtime
|
# osabie only takes filename and stdin
|
||||||
osabie "$@"
|
osabie "$1"
|
Loading…
Reference in New Issue