Skip to content

Commit

Permalink
new function: p80
Browse files Browse the repository at this point in the history
  • Loading branch information
tinogomes committed Aug 6, 2015
1 parent dede228 commit fd31f8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/functions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,12 @@ function pause() {
read -s
}

function p80 () {
printf "%080d\n" | tr 0 "*"
if [ ! -z "$*" ]; then
echo $*
printf "%080d\n" | tr 0 "*"
fi
}

alias psg=show_processes

0 comments on commit fd31f8d

Please sign in to comment.