Skip to content

Instantly share code, notes, and snippets.

@tsbertalan
Created August 19, 2012 18:42
Show Gist options
  • Save tsbertalan/3396977 to your computer and use it in GitHub Desktop.
Save tsbertalan/3396977 to your computer and use it in GitHub Desktop.
A parameterized song!
#!/bin/sh
echo ""
echo "Reuben, Reuben, I've been thinkin,"
echo "what a fine world it would be,"
echo "if all the $1 were just transported"
echo "all across the northern sea."
echo ""
@tsbertalan
Copy link
Author

Invoke with

$ sh reuben.sh "ducks"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment