Project

General

Profile

« Previous | Next » 

Revision 9181

lib/sh/util.sh: echo_func(): added usage

View differences:

util.sh
234 234
## functions
235 235

  
236 236
# usage: func() { echo_func; ... }
237
function echo_func()
237
function echo_func() # usage: "echo_func" "$@"
238 238
{
239 239
	log++
240 240
	local script="$(canon_rel_path "${BASH_SOURCE[1]}")"

Also available in: Unified diff