Merge branch 'master' of ssh://cpp/liblerdorf
This commit is contained in:
commit
d29eb9a33e
1 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,11 @@
|
||||||
cd `dirname $0`/..
|
cd `dirname $0`/..
|
||||||
|
|
||||||
UN=$1
|
UN=$1
|
||||||
if [ "$1" = "full" ]
|
if [ "$1" = "clean" ]
|
||||||
|
then
|
||||||
|
CMD=rm
|
||||||
|
shift
|
||||||
|
elif [ "$1" = "full" ]
|
||||||
then
|
then
|
||||||
CMD=cat
|
CMD=cat
|
||||||
shift
|
shift
|
||||||
|
|
|
||||||
Reference in a new issue