8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
#This pos-entertaiment bin for configure enable or disable entertaiments elements such enable/disable weather, gold ...so on
|
|
# and check flags to choose wich entertaiments to run or not
|
|
set -euo pipefail
|
|
|
|
CONFIG_DIR="$HOME/.config/linux_post_install"
|
|
CONFIG_FILE="$CONFIG_DIR/entertaiment.env"
|
|
|