aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/pa.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/pa.bash')
-rw-r--r--bash/bashrc.d/pa.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/bashrc.d/pa.bash b/bash/bashrc.d/pa.bash
deleted file mode 100644
index b47189bf..00000000
--- a/bash/bashrc.d/pa.bash
+++ /dev/null
@@ -1,5 +0,0 @@
-# Print arguments, one per line. Compare paz().
-pa() {
- (($#)) || return 0
- printf '%s\n' "$@"
-}