mirror of
https://github.com/tmux-plugins/tpm.git
synced 2026-09-10 07:26:18 -04:00
10 lines
80 B
Bash
10 lines
80 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo_ok() {
|
|
echo "$*"
|
|
}
|
|
|
|
echo_err() {
|
|
fail_helper "$*"
|
|
}
|