presentations/highlight-js/test/detect/bash/default.txt

16 lines
214 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
#!/bin/bash
###### CONFIG
ACCEPTED_HOSTS="/root/.hag_accepted.conf"
BE_VERBOSE=false
if [ "$UID" -ne 0 ]
then
echo "Superuser rights required"
exit 2
fi
genApacheConf(){
echo -e "# Host ${HOME_DIR}$1/$2 :"
}