8 lines
195 B
Bash
Executable file
8 lines
195 B
Bash
Executable file
#! /bin/bash
|
|
|
|
# assign classes to hosts based on their hostname
|
|
|
|
# do not use this if a menu will be presented
|
|
[ "$flag_menu" ] && exit 0
|
|
|
|
echo "FAIBASE DEBIAN XORG GNOME PARTICIPANT CONTESTANT"
|