#!/bin/sh ## ## SCRIPT: 01_fileCLeanup_AcerDesktop1_ver1_RunCoreInTerminal.sh in $HOME/Rsync ## ## PURPOSE: This script uses uses 'mate-terminal' to call script ## '00_fileCLeanup_AcerDesktop1_ver1_core.sh' ## to remove junk/temporary files --- ## especially files in the user's home directory --- such as ## thumbnail files in $HOME/.thumbnails/normal and in the ## 'cache' and 'Crash' directories of web browser(s). ## ## HOW TO USE: Typically used at computer shutdown, via a desktop icon, ## just before using a desktop icon to backup the home directory ## via an 'rsync' script. ## ## Created: 2019oct25 Based on scripts used on the old 'home-built' computer. ## Changed: 2019nov02 Add title to mate-terminal window. set -x mate-terminal -t "fileCleanup dir: $HOME" \ -e $HOME/Rsync/01_fileCleanup_AcerDesktop1_ver1_core.sh