This website requires JavaScript.
Explore
Help
Sign In
samply
/
bridgehead
mirror of
https://github.com/samply/bridgehead.git
Watch
1
Star
0
Fork
You've already forked bridgehead
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8ff5405b18
bridgehead
/
lib
/
log.sh
8 lines
100 B
Bash
Raw
Blame
History
#!/bin/bash
log
(
)
{
SEVERITY
=
"
$1
"
shift
echo
-e
"
$(
date +
'%Y-%m-%d %T'
)
"
"
$SEVERITY
:
"
"
$@
"
}
Reference in New Issue
View Git Blame
Copy Permalink