Skip to content

Instantly share code, notes, and snippets.

@morizotter
Created July 4, 2012 14:25
Show Gist options
  • Save morizotter/3047630 to your computer and use it in GitHub Desktop.
Save morizotter/3047630 to your computer and use it in GitHub Desktop.
Simplest Shell Script
#!/bin/sh
printf "hello world\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment