diff options
Diffstat (limited to 'bash/bashrc.d/apf.bash')
-rw-r--r-- | bash/bashrc.d/apf.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/apf.bash b/bash/bashrc.d/apf.bash index a9cd115e..8ffa7953 100644 --- a/bash/bashrc.d/apf.bash +++ b/bash/bashrc.d/apf.bash @@ -97,4 +97,3 @@ apf() { # command line as passed to the function command "$cmd" "${args[@]}" "$@" } - |