9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
|
#! /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"
|