Skip to content

Instantly share code, notes, and snippets.

@apnof
Created May 29, 2011 10:15
Show Gist options
  • Save apnof/997626 to your computer and use it in GitHub Desktop.
Save apnof/997626 to your computer and use it in GitHub Desktop.
Test: bash script
#!/bin/bash
function pause(){
read -p "$*"
}
pause 'Press enter to continue…'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment