diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-10-21 14:44:26 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-10-21 14:44:26 +0200 |
commit | ec5e9c7fce3238e037c09ae45caef056b1da048e (patch) | |
tree | d4f29e2cbfd94fbcdb96b93c6f198331bf66ae4b /šola | |
parent | tj.sh (diff) | |
download | r-ec5e9c7fce3238e037c09ae45caef056b1da048e.tar r-ec5e9c7fce3238e037c09ae45caef056b1da048e.tar.gz r-ec5e9c7fce3238e037c09ae45caef056b1da048e.tar.bz2 r-ec5e9c7fce3238e037c09ae45caef056b1da048e.tar.lz r-ec5e9c7fce3238e037c09ae45caef056b1da048e.tar.xz r-ec5e9c7fce3238e037c09ae45caef056b1da048e.tar.zst r-ec5e9c7fce3238e037c09ae45caef056b1da048e.zip |
Diffstat (limited to 'šola')
-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 |