Skip to content

Instantly share code, notes, and snippets.

@dlitz
Created November 3, 2018 05:52
Show Gist options
  • Save dlitz/894e6e28baed4340faf0a78b51110602 to your computer and use it in GitHub Desktop.
Save dlitz/894e6e28baed4340faf0a78b51110602 to your computer and use it in GitHub Desktop.
simple hello-world script
#!/bin/sh
echo "Hello world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment