check_large_files.bash: whitespace

This commit is contained in:
Jed Reynolds
2021-06-09 14:36:51 -07:00
parent 238a11a817
commit f207d8138b

View File

@@ -1,14 +1,14 @@
#!/bin/bash #!/bin/bash
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- # # ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- #
# Check for large files and purge the ones requested # # Check for large files and purge the ones requested #
# # # #
# The -a switch will automatically purge core files when there # # The -a switch will automatically purge core files when there #
# is only 5GB of space left on filesystem. # # is only 5GB of space left on filesystem. #
# # # #
# To install as a cron-job, add the following line to /etc/crontab: # # To install as a cron-job, add the following line to /etc/crontab: #
# 1 * * * * root /home/lanforge/scripts/check_large_files.sh -a 2>&1 | logger -t check_large_files # 1 * * * * root /home/lanforge/scripts/check_large_files.sh -a 2>&1 | logger -t check_large_files #
# # # #
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- # # ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- #
# set -x # set -x
# set -e # set -e
# these are default selections # these are default selections