Skip to content

Instantly share code, notes, and snippets.

@yesmeck
Created September 19, 2012 02:20
Show Gist options
  • Save yesmeck/3747272 to your computer and use it in GitHub Desktop.
Save yesmeck/3747272 to your computer and use it in GitHub Desktop.
star in bash
#!/bin/bash
puts() {
echo $1
}
puts '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment