You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "this script needs to be executed in the archives repository"
exit 1
fi
# this will remove your source code changes!
if [ "$1" != "-y" ]; then
while true; do
read -p "This will delete all your uncommitted changes in the archives (if you only want to removes build artefacts use ./clean.sh), do you want to continue? [y,n]: " yn