diff options
author | cyBerta <cyberta@riseup.net> | 2021-01-31 23:18:00 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-01-31 23:18:00 +0100 |
commit | fe6832ae0f6d4ab7878f3481af4e0e4126b25788 (patch) | |
tree | 4512ad1b59f2ea5f25b3586a9600e522549f6e8d | |
parent | d3383d8bfe25f8a83473a41501a442cd1d319b86 (diff) |
delete duplicated script
-rwxr-xr-x | cleanProject.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cleanProject.sh b/cleanProject.sh deleted file mode 100755 index 703788cc..00000000 --- a/cleanProject.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -git checkout -- \* -git checkout -- \.\* - -rm -r ./ics-openvpn -rm -r ./build -rm -r ./app/build -rm -r ./go/lib/* -rm -r ./currentReleases -git submodule sync --recursive -git submodule update --init --recursive |