aboutsummaryrefslogtreecommitdiff
path: root/bin/pa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pa.sh')
-rw-r--r--bin/pa.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/pa.sh b/bin/pa.sh
new file mode 100644
index 00000000..4cfa9dce
--- /dev/null
+++ b/bin/pa.sh
@@ -0,0 +1,3 @@
+# Print arguments, one per line. Compare paz(1df).
+[ "$#" -gt 0 ] || exit 0
+printf '%s\n' "$@"