kopie minulého náboje + nové úlohy

This commit is contained in:
2019-05-06 18:59:19 +02:00
parent 7e6192a9e0
commit bc0274024f
89 changed files with 8086 additions and 2 deletions

View File

@ -0,0 +1,10 @@
cd `dirname $0`
if [ -e problem_$1.tex ]
then
echo "$1 already exists"
exit 0;
fi
cp problem_empty.tex problem_$1.tex
echo "\\addproblem{$1}{}" >> problem-sort.tex
git add problem_$1.tex
#git add -u