parent
8842996248
commit
a331217164
1 changed files with 2 additions and 2 deletions
4
nyaoff
4
nyaoff
|
@ -27,10 +27,10 @@ echo # sexy echo command
|
|||
# check which input the cutie entered :3
|
||||
if [[ $INPUT == "1" ]]; then
|
||||
echo -e "${PURPLE}meow~ Putting ur lil pc to sleep...${PINK}"
|
||||
systemctl shutdown # eep
|
||||
shutdown -h now # eep
|
||||
elif [[ $INPUT == "2" ]]; then
|
||||
echo -e "${GREEN}Nyaa~ Rebwooting machine... See ya :D ${PINK}"
|
||||
systemctl reboot # reboowting
|
||||
shutdown -r now # reboowting
|
||||
else # oopsie
|
||||
echo -e "${RED}Oopsie~ Invalid input. Nya, try again later!${PINK}"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue