Skip to content

Commit

Permalink
Update TUTORIAL-1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoward committed Jan 5, 2021
1 parent 7e9598e commit ef8a704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUTORIAL-1.md
Expand Up @@ -109,7 +109,7 @@ SELFDIR="`dirname \"$0\"`"
SELFDIR="`cd \"$SELFDIR\" && pwd`"

# Run the actual app using the bundled Ruby interpreter.
exec "$SELFDIR/lib/ruby/bin/ruby" "$SELFDIR/lib/app/hello.rb"
exec "$SELFDIR/lib/ruby/bin/ruby" "$SELFDIR/lib/app/hello.rb" "$@"
```

Save this file as `packaging/wrapper.sh` in your project's root directory. Then you can copy it to each of your package directories and name it `hello`:
Expand Down

0 comments on commit ef8a704

Please sign in to comment.