-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbanner.sh
24 lines (21 loc) · 988 Bytes
/
banner.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
figlet -f digital " Chartered Institute of Technology"
echo " "
echo "|-------------------[ Lab Automation Project ]------------------|"
echo " "
echo "Note: 'auto' is the main command "
echo "Usage: 'auto choice'"
echo "[choice]: here means any one of the options listed below"
echo "To get HELP use 'auto help'"
echo " "
echo "==============================="
echo "[ Project Setup ]"
echo "~ If your linux distro is RPM based run below command"
echo "[CMD]: auto rpmsetup"
echo "~ If your linux distro is DEB based run below command"
echo "[CMD]: auto debsetup'"
echo " "
echo "==============================="
echo "[ OPTIONS ]"
echo "1. QR based Attendance"
echo "2. Generating QR codes"
echo "3. Display attendance"