Kode pembersihan bash

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