1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-02-22 11:24:56 +00:00
UTPass/third/clean.sh

12 lines
230 B
Bash
Raw Normal View History

2019-03-13 19:38:12 +01:00
#!/bin/sh
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
2019-03-18 08:10:58 +01:00
for LIB in "gnupg" "gpgme" "libassuan" "libgpg-error"
do
echo $LIB
cd $SCRIPTPATH/$LIB && git clean -xdf && git reset --hard HEAD
done
2019-03-13 19:38:12 +01:00
rm -rf $SCRIPTPATH/../local