Skip to content

Instantly share code, notes, and snippets.

View mustikkakeitto's full-sized avatar

Alexander Solowjow mustikkakeitto

View GitHub Profile
if test -z $1
then
echo "$0 : You must set a project name"
exit 1
else
if test -d /srv/sites/$1/www/
then
if test -d /srv/sites/$1/www/bitrix/modules/main/
then
echo 'packing site...'