diff options
| author | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2023-03-11 08:52:36 +0100 |
|---|---|---|
| committer | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2023-03-23 18:03:39 +0100 |
| commit | 9f22f5ec3afe85b35d815ad1c6f8606b49e02449 (patch) | |
| tree | adf57806f9ad30c8ddc27d2096fb40e07439df20 | |
| parent | 2468dc495b4c86fc75545db923bfed3e1bbb5f6e (diff) | |
| download | perlweeklychallenge-club-9f22f5ec3afe85b35d815ad1c6f8606b49e02449.tar.gz perlweeklychallenge-club-9f22f5ec3afe85b35d815ad1c6f8606b49e02449.tar.bz2 perlweeklychallenge-club-9f22f5ec3afe85b35d815ad1c6f8606b49e02449.zip | |
Challenge 003 task 1
| -rwxr-xr-x | challenge-003/jo-37/perl/ch-1.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/challenge-003/jo-37/perl/ch-1.sh b/challenge-003/jo-37/perl/ch-1.sh new file mode 100755 index 0000000000..d1673e49ce --- /dev/null +++ b/challenge-003/jo-37/perl/ch-1.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# Back to the future: This task will be solved in week 123. +../../../challenge-123/jo-37/perl/ch-1.pl -verbose $1 |
