This website requires JavaScript.
Explore
Help
Register
Sign In
psi-jack
/
tpm
Watch
1
Star
0
Fork
You've already forked tpm
0
mirror of
synced
2025-01-15 09:26:15 -05:00
Code
Issues
Releases
Wiki
Activity
da244e9a9d
tpm
/
scripts
/
helpers
/
shell_echo_functions.sh
10 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix missing shebang in some files
2025-01-09 19:11:39 -05:00
#!/usr/bin/env bash
Helper functions refactoring
2015-08-03 09:12:45 -04:00
echo_ok
(
)
{
echo
"
$*
"
}
echo_err
(
)
{
fail_helper
"
$*
"
}
Reference in a new issue
Copy permalink