diff --git a/applyPatches.sh b/applyPatches.sh index 1abb623..6d21f6d 100644 --- a/applyPatches.sh +++ b/applyPatches.sh @@ -1,5 +1,6 @@ #!/bin/sh + ./clean.sh PS1="$" diff --git a/clean.sh b/clean.sh index d788bc7..4879ab6 100644 --- a/clean.sh +++ b/clean.sh @@ -1,2 +1,3 @@ #!/bin/bash + rm -rf LimeLogin-Plugin \ No newline at end of file diff --git a/reBuildPatches.sh b/reBuildPatches.sh index 5927cf0..93a005f 100644 --- a/reBuildPatches.sh +++ b/reBuildPatches.sh @@ -1,5 +1,6 @@ #!/bin/bash + PS1="$" basedir=`pwd` clean=$1