Archived
1
0
Fork 0

Merge branch 'master' of ssh://cpp/liblerdorf

This commit is contained in:
Root Cpp Charlie 2013-09-28 19:01:40 +02:00
commit d29eb9a33e

View file

@ -3,7 +3,11 @@
cd `dirname $0`/..
UN=$1
if [ "$1" = "full" ]
if [ "$1" = "clean" ]
then
CMD=rm
shift
elif [ "$1" = "full" ]
then
CMD=cat
shift