remove log since it's not needed
This commit is contained in:
parent
24b6464d0b
commit
ae9a611ea6
47 changed files with 0 additions and 8388 deletions
|
@ -1,12 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Prompt Reboot
|
||||
|
||||
{
|
||||
read -p "Shutdown now? [y/n]:" -n 1 -r
|
||||
echo
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
command shutdown -h now
|
||||
fi
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue