Search Results

Search: Posts Made By: Seth
1,584
Posted By Seth
#! /bin/bash -f # trap Ctl-c so program...
#! /bin/bash -f

# trap Ctl-c so program cannot be broken out of

trap '' 2

#run program

let count=1;
clear;


while true;
do
echo "Don't touch me!";
read -s input;
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 01:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy