diff options
-rwxr-xr-x | šola/p1/dn/tj.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/šola/p1/dn/tj.sh b/šola/p1/dn/tj.sh index 81c2755..5836369 100755 --- a/šola/p1/dn/tj.sh +++ b/šola/p1/dn/tj.sh @@ -1,9 +1,6 @@ #!/bin/bash d=$3 [ x$d = x ] && d=. -echo "$0 -- Anton Luka Šijanec <anton@sijanec.eu> -- 2023" -echo http://ni.šijanec.eu./sijanec/r/tree/šola/p1/dn/tj.sh -echo [ x$1 = x ] && { echo kot prvi argument bi morali navesti ime .java datoteke!; exit 1; } [ x$2 = x ] && { echo kot drugi argument bi morali navesti pot do direktorija s testi!; exit 1; } uspelih=0 |