diff options
author | cyBerta <cyberta@riseup.net> | 2018-02-06 15:05:02 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-02-06 15:05:02 +0100 |
commit | 1a37ac3f86e0bd44842a0fcd86de7c160acfbb04 (patch) | |
tree | bc32fb50b59c415097804fd7bbdb296641310cde /cleanProject.sh | |
parent | a1ac4910f062ca8aca06e0468fffef751d3bb714 (diff) | |
parent | edd34192484f4eb618fdcc2a68b18168c155d63c (diff) |
Merge branch 'origin_0.9.8' into fupduck_8826_custom_provider
Diffstat (limited to 'cleanProject.sh')
-rwxr-xr-x | cleanProject.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cleanProject.sh b/cleanProject.sh new file mode 100755 index 00000000..e4707215 --- /dev/null +++ b/cleanProject.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +git checkout -- \* +git checkout -- \.\* + +rm -r ./ics-openvpn +rm -r ./build +rm -r ./app/build +git submodule sync --recursive +git submodule update --init --recursive |