Browse Source

pcat: print context on top

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 4 years ago
parent
commit
2b9a1140a1
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      files/bin/pcat

+ 5
- 0
files/bin/pcat

@ -48,6 +48,11 @@ die() {
exit 1 exit 1
} }
cat <<EOT >&2
# $PWD
# $0 $*
EOT
# arguments # arguments
# #
while [ $# -gt 0 ]; do while [ $# -gt 0 ]; do

Loading…
Cancel
Save