aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-29 17:44:24 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-29 17:44:24 +0200
commitbf32d48b0dce56f9fa1a57d1172b037dc284b3cf (patch)
treebb4703a70a3b2b60769d4d1fb56b006a14c95be5
parent7e5f08a183322d0d4f1f481e2d79bc188c7e133e (diff)
downloadxutil-bf32d48b0dce56f9fa1a57d1172b037dc284b3cf.tar.gz
Add pl* utilities (perldoc)
-rwxr-xr-xpl8
l---------pla1
l---------plf1
l---------plh1
l---------plm1
l---------plq1
l---------plv1
7 files changed, 14 insertions, 0 deletions
diff --git a/pl b/pl
new file mode 100755
index 0000000..a331623
--- /dev/null
+++ b/pl
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+a=${0##*/}
+a=${a#pl}
+case $a in
+[A-z]) exec perldoc -$a "$@" ;;
+*) exec perldoc "$@" ;;
+esac
diff --git a/pla b/pla
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/pla
@@ -0,0 +1 @@
+pl \ No newline at end of file
diff --git a/plf b/plf
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/plf
@@ -0,0 +1 @@
+pl \ No newline at end of file
diff --git a/plh b/plh
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/plh
@@ -0,0 +1 @@
+pl \ No newline at end of file
diff --git a/plm b/plm
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/plm
@@ -0,0 +1 @@
+pl \ No newline at end of file
diff --git a/plq b/plq
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/plq
@@ -0,0 +1 @@
+pl \ No newline at end of file
diff --git a/plv b/plv
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/plv
@@ -0,0 +1 @@
+pl \ No newline at end of file