refactor: move scripts to scripts folder
This is a bit tidier.
This commit is contained in:
parent
838f205020
commit
0ba2ba478f
5 changed files with 13 additions and 13 deletions
21
utils.sh
21
utils.sh
|
@ -1,21 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
log() {
|
||||
echo "$@" >&2
|
||||
}
|
||||
|
||||
warn() {
|
||||
log "\e[0;33m[ERROR]:" "$@" "\e[0m"
|
||||
}
|
||||
|
||||
error() {
|
||||
log "\e[0;31m[WARN]:" "$@" "\e[0m"
|
||||
}
|
||||
|
||||
group() {
|
||||
log "::group::$1"
|
||||
}
|
||||
|
||||
endgroup() {
|
||||
log '::endgroup::'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue