PDA

View Full Version : Need some help with further bash scripting.


joelkillspeople
June 30th, 2008, 02:37 PM
#!/bin/bash

Pause()
{

geirha
June 30th, 2008, 03:02 PM
read -s -n 1 -p "Press any key to continue"
}

LaRoza
June 30th, 2008, 03:12 PM
Looks like an accidental double post. Closed.