File: shell_echo_functions.sh

package info (click to toggle)
tmux-plugin-manager 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: sh: 940; exp: 167; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
echo_ok() {
	echo "$*"
}

echo_err() {
	fail_helper "$*"
}