view restart.sh @ 13:94b5c7b54978

rm only logs
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 28 Jul 2022 16:23:57 +0300
parents 40833a7cd29f
children
line wrap: on
line source

#!/bin/bash -e

cd `dirname $0`;

./stop.sh
./start.sh $*