Ok so I am making a script that requires me to check in every so often and if I don't, it will automatically terminate. Is there any way for the script to ask me to make an input but if I don't input within say 10 seconds then the script will terminate?
            Asked
            
        
        
            Active
            
        
            Viewed 62 times
        
    1 Answers
0
            
            
        Could be implemented using select with a timeout parameters, see also:
 
    
    
        sighingnow
        
- 791
- 5
- 11
- 
                    You should vote to close as a duplicate, not post a link as an answer – juanpa.arrivillaga Jun 23 '21 at 01:57
