Settings + readme

This commit is contained in:
2019-08-10 18:03:01 +02:00
parent 5616a56bbf
commit aec6df385c
9 changed files with 109 additions and 18 deletions

View File

@@ -5,8 +5,18 @@
# https://pecl.php.net
#########################################
#
# Settings:
# No distract mode (no user interaction)
no_distract=false
#
#########################################
if [[ $1 == "--nodistract" ]]; then
no_distract=true
fi
echo -e "\033[1m🐘 pecl \033[0m"