diff options
| author | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2023-03-17 14:38:19 +0100 |
|---|---|---|
| committer | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2023-03-23 18:03:42 +0100 |
| commit | 48cc0fc870731750968868ac20233873e70eb24b (patch) | |
| tree | 67ae0fdfa0fcecd40a599f69acc197a5fd13bd8f | |
| parent | fb3d44d75649e013febefa1b75d8ee624c4f435a (diff) | |
| download | perlweeklychallenge-club-48cc0fc870731750968868ac20233873e70eb24b.tar.gz perlweeklychallenge-club-48cc0fc870731750968868ac20233873e70eb24b.tar.bz2 perlweeklychallenge-club-48cc0fc870731750968868ac20233873e70eb24b.zip | |
Challenge 021 task 2
| -rwxr-xr-x | challenge-021/jo-37/perl/ch-2.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-021/jo-37/perl/ch-2.sh b/challenge-021/jo-37/perl/ch-2.sh new file mode 100755 index 0000000000..a28f450a52 --- /dev/null +++ b/challenge-021/jo-37/perl/ch-2.sh @@ -0,0 +1,2 @@ +#!/bin/sh +perl -MURI -E 'say URI->new(shift)->canonical' "$1" |
