Try to handle long IDs again

This commit is contained in:
Filip Gralinski 2020-11-27 21:55:42 +01:00
parent 9d968a9795
commit 7550574cdc

View File

@ -4,7 +4,9 @@ PREFIX=djfz-2020
cd ..
STUDENT_DIR=`ls -d ${PREFIX}-s??????`
shopt -s extglob
STUDENT_DIR=`ls -d ${PREFIX}-s+([0-9])`
echo "USING $STUDENT_DIR"