Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantine Shulyupin authored and Constantine Shulyupin committed Dec 15, 2013
1 parent 4ae2960 commit 8a90993
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib.sh
Expand Up @@ -29,6 +29,13 @@ cmd()
usage="$usage $1 - $2\n"
}

cmd lib_help "shows help for Lib.sh"
lib_help()
{
echo -e "$usage"
}


###############################################################################
# Short useful definitions and aliases

Expand Down Expand Up @@ -151,12 +158,6 @@ proc_mem_usage()
cmd tcpdump-text "tcpdump of payload in text"
alias tcpdump-text="sudo tcpdump -l -s 0 -A '(((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)'"

cmd lib_help "shows help for Lib.sh"
lib_help()
{
echo -e "$usage"
}

cmd dir_diff "compare listings of two specified directories"
dir_diff()
{
Expand Down

0 comments on commit 8a90993

Please sign in to comment.