Project

General

Profile

« Previous | Next » 

Revision 12855

lib/sh/util.sh: dp(): renamed to ps() to corresponding with pv/pf

View differences:

trunk/lib/sh/util.sh
62 62

  
63 63
#### debugging
64 64

  
65
dp() { echo "$@" >&2; } # usage: pv var... # debug-prints message
65
ps() { echo "$@" >&2; } # usage: ps str...
66 66

  
67 67

  
68 68
#### logic

Also available in: Unified diff