Project

General

Profile

« Previous | Next » 

Revision 9318

*{.sh,run}: removed extra space between function name and ()

View differences:

util.sh
517 517

  
518 518
### external command input/output
519 519

  
520
pipe_delay () # usage: cmd1 | { pipe_delay; cmd2; }
520
pipe_delay() # usage: cmd1 | { pipe_delay; cmd2; }
521 521
{ sleep 0.1; } # s; display after leading output of cmd1
522 522

  
523 523
fi # load new aliases
......
535 535
	fi
536 536
}
537 537

  
538
echo_stdout () { echo_stdin; } # usage: cmd|echo_stdout
538
echo_stdout() { echo_stdin; } # usage: cmd|echo_stdout
539 539

  
540 540

  
541 541
#### commands

Also available in: Unified diff