Skip to content

Instantly share code, notes, and snippets.

@tpugh
Created July 3, 2020 16:09
Show Gist options
  • Save tpugh/039a40aeefac84a368c56b929ca64d40 to your computer and use it in GitHub Desktop.
Save tpugh/039a40aeefac84a368c56b929ca64d40 to your computer and use it in GitHub Desktop.
entrypoint
#!/bin/sh -l
sh -c "echo Hello world my name is $INPUT_MY_NAME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment