cka-SVV/labs/exam1-task9.sh
sandervanvugt 6eaf5fd4c7 message
2024-11-20 03:39:05 -08:00

7 lines
194 B
Bash

if true &>/dev/null
then
echo -e "\033[32m[OK]\033[0m\t\t this task cannot be automatically graded so you just get the points"
SCORE=$(( SCORE + 10 ))
fi
TOTAL=$(( TOTAL + 10 ))