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
|
# check which input the cutie entered :3
|
||||||
if [[ $INPUT == "1" ]]; then
|
if [[ $INPUT == "1" ]]; then
|
||||||
echo -e "${PURPLE}meow~ Putting ur lil pc to sleep...${PINK}"
|
echo -e "${PURPLE}meow~ Putting ur lil pc to sleep...${PINK}"
|
||||||
systemctl shutdown # eep
|
shutdown -h now # eep
|
||||||
elif [[ $INPUT == "2" ]]; then
|
elif [[ $INPUT == "2" ]]; then
|
||||||
echo -e "${GREEN}Nyaa~ Rebwooting machine... See ya :D ${PINK}"
|
echo -e "${GREEN}Nyaa~ Rebwooting machine... See ya :D ${PINK}"
|
||||||
systemctl reboot # reboowting
|
shutdown -r now # reboowting
|
||||||
else # oopsie
|
else # oopsie
|
||||||
echo -e "${RED}Oopsie~ Invalid input. Nya, try again later!${PINK}"
|
echo -e "${RED}Oopsie~ Invalid input. Nya, try again later!${PINK}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue