#!/bin/sh ## ## SCRIPT: 00_fileCLeanup_ver2.sh in $HOME/Rsync ## ## PURPOSE: This script uses uses gnome-terminal to call script ## '00_fileCLeanup_ver2_RunInTerminal.sh' to remove junk 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 a web browser. ## ## 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: 2012sep29 ## Changed: 2012 set -x gnome-terminal -e $HOME/Rsync/00_fileCleanup_ver2_RunInTerminal.sh