aboutsummaryrefslogtreecommitdiff
path: root/bin/pa
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pa')
-rwxr-xr-xbin/pa4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/pa b/bin/pa
new file mode 100755
index 00000000..35966464
--- /dev/null
+++ b/bin/pa
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Print arguments, one per line. Compare paz(1).
+[ "$#" -gt 0 ] || return 0
+printf '%s\n' "$@"