Skip to content

Instantly share code, notes, and snippets.

@rwbutler
Created November 14, 2023 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwbutler/2fd09689446cf96d6506652e50237e74 to your computer and use it in GitHub Desktop.
Save rwbutler/2fd09689446cf96d6506652e50237e74 to your computer and use it in GitHub Desktop.
Hello World Bash Script
#!/bin/sh
echo "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment