[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
On 21/07/11 11:24, Jack Oley wrote:
Jack Edit the script and put a "read" statement at the end. This will pause the script so hopefully will let you see what's happening before the script closes the terminal windows. eg: #!/bin/bash # init function pause(){ read -p "$*" } # ... # call it pause 'Press any key to continue...' # rest of the script # ... |
-- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/listfaq