bash clean-up code

49

bash clean-up code -

#!/bin/bash
function finish {
  # Your cleanup code here
}
trap finish EXIT

Comments

Submit
0 Comments