Document subject script properly

This commit is contained in:
2020-09-22 16:44:53 +02:00
parent 7dc82c939f
commit f68426f2f1

View File

@@ -2,6 +2,8 @@
if [ $# -lt 2 ]; then if [ $# -lt 2 ]; then
echo "Usage: subject.sh <subject name> <subject type>" echo "Usage: subject.sh <subject name> <subject type>"
echo "subject type 0: programming"
echo "subject type 1: no programming"
exit 1 exit 1
fi fi