mirror of
https://github.com/safing/portmaster-packaging.git
synced 2026-05-20 20:10:34 +00:00
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
# common.sh
|
|
#
|
|
log() {
|
|
printf "\033[33;1mportmaster:\033[0m %s\n" "$@"
|
|
}
|
|
|
|
set -e
|