groups

name language licence
start ushare bash Other
Uninstall Apache2 bash Other
Distro release information bash GPL 2
CRIBBS -- Cron Rsync Incremental Backup Bash Script bash Other
apt-get upgrade bash GPL 2
apt-get update bash GPL 2
rsync partial progress bash Other
If Theme Exists bash Other

< 1 2 >



language: bash
licence: Other

If Theme Exists

options: view full snippetsend to code collector
themeName="My Theme"

if [ -d ~/Library/Application\ Support/RapidWeaver/"$themeName".rwtheme ]
then
	echo $themeName.rwtheme exists!
else
	echo Couldn\'t find $themeName.rwtheme.
fi
	
(Continues...)