Skip to content

Instantly share code, notes, and snippets.

@espinz
Created February 26, 2019 10:09
Show Gist options
  • Save espinz/aae6e5c53d4e3c55e21b14e6e34d859f to your computer and use it in GitHub Desktop.
Save espinz/aae6e5c53d4e3c55e21b14e6e34d859f to your computer and use it in GitHub Desktop.
Running Hello World with echo
#!/bin/bash
echo hello world!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment