Skip to content
Snippets Groups Projects
Verified Commit f50e9409 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fix

parent 80f45ddf
Branches
Tags
No related merge requests found
......@@ -18,9 +18,10 @@ cp includes/misc-functions.tex /tmp/merge/misc-functions.tex
hash="$(git rev-parse HEAD)"
for week in 7 11 3 2 4 5 6 9 10 13 14; do
rf -f ../src/projlab.jar
echo "week $week incoming..."
git reset --hard
git clean -fd
git reset --hard
git checkout "w${week}"
if [ "$week" = "5" ] || [ "$week" = "6" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment