Skip to content

Instantly share code, notes, and snippets.

@zayfod
Created August 1, 2013 05:21
Show Gist options
  • Save zayfod/6128594 to your computer and use it in GitHub Desktop.
Save zayfod/6128594 to your computer and use it in GitHub Desktop.
Shell/bash "hello world" program. #bash #hello
#!/bin/sh
echo "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment