 
            
            
            
            
                6 May
                
                    2022
                
            
            
                6 May
                
                '22
                
            
            
            
        
    
                9:13 p.m.
            
        from http://redsymbol.net/articles/bash-exit-traps/ #!/bin/bash function finish { # Your cleanup code here } trap finish EXIT