forked from Job79/devcontainer
chore: fix formatting
This commit is contained in:
5
devc.sh
5
devc.sh
@@ -5,10 +5,7 @@
|
||||
# =============================================== #
|
||||
set -euo pipefail
|
||||
log() { printf '\e[%sm%s\e[0m %s\n' "${3:-36}" "${2:-○}" "$1"; }
|
||||
die() {
|
||||
log "$1" 'x' 31
|
||||
exit 1
|
||||
}
|
||||
die() { log "$1" 'x' 31 && exit 1; }
|
||||
|
||||
# default_args configures standard container options.
|
||||
default_args() {
|
||||
|
||||
Reference in New Issue
Block a user