pentest-distro-builder/filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh
Kaj Forney a6d12f1ffc Move stuff to /etc/skel
Former-commit-id: 7bddceacd727c25153cd0ec03cf8b0d4011484d5
Former-commit-id: aaf57e63c1976b3960fee717c68c3b09dc1a94ff
2018-10-18 13:47:28 -06:00

8 lines
59 B
Bash

echo_ok() {
echo "$*"
}
echo_err() {
fail_helper "$*"
}