X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=script-files;h=b4f8b6138cb4688bdeb00f2a5ab004073657a584;hb=0f9a999aa601cd77343a3e08cf0c6c4f9f943813;hp=02ffa3c31c34dafc914a57941964c8f46b39a3ee;hpb=8796be333861fd2edc6c8b9b4c22307c11fce409;p=distro-setup diff --git a/script-files b/script-files index 02ffa3c..b4f8b61 100644 --- a/script-files +++ b/script-files @@ -9,6 +9,7 @@ my_bin_files=( myi3status mailbindwatchdog check-mailq + unsaved-buffers unsaved-buffers.el mail-backup-clean iptables-exim @@ -17,6 +18,11 @@ my_bin_files=( check-crypttab /a/bin/cedit/cedit btrbk-spread-wrap + prof + prof-remote + prof-backup + prof-tail + prof-notify ) for f in /b/log-quiet/*; do @@ -35,6 +41,6 @@ my_service_scripts=( ) # note: turn this into an array if we ever add more -my_lib_files=/a/bin/errhandle/err +my_lib_files=/a/bin/bash-bear-trap/bash-bear all_my_scripts=("${my_service_scripts[@]}" "${my_bin_files[@]}" $my_lib_files)