Merge pull request #163 from dvargas46/v3-add-osabie

pkg(osabie-1.0.1): Fix osabie args
This commit is contained in:
Thomas 2021-03-18 16:25:48 +13:00 committed by GitHub
commit 3d8e45ecc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
# Put instructions to run the runtime # osabie only takes filename and stdin
osabie "$@" osabie "$1"