🌈 搜索
📅  最后修改于: 2022-03-11 14:49:24.031000             🧑  作者: Mango
#!/bin/bash function finish { # Your cleanup code here } trap finish EXIT