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