Import the linux base role.

This commit is contained in:
Tom Alexander
2022-10-28 01:10:07 -04:00
parent a6409f4730
commit b2ea65faab
6 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
#
# Delete temporary files on entire disk
find / -type f -name '*.orig' -delete -or -name '*~' -delete