diff --git a/src/scripts/rmlib.sh b/src/scripts/rmlib.sh index 309a2fa..1999122 100644 --- a/src/scripts/rmlib.sh +++ b/src/scripts/rmlib.sh @@ -1,4 +1,4 @@ #!/bin/sh echo -en "Remove lib from... " -echo $SRCD -rm $SRCD/robot.h #SRCD/librobot.a +read SRCD +rm $SRCD/robot.h $SRCD/librobot.a