Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- read -d `echo -e "\e"` -p "Please paste your links (end with ESC): " ME
- echo -e "\r" && read -p "Do you wish to shutdown when finished? (y/n) " RESP
- plowdown $ME
- if [ "$RESP" = "y" ]; then
- sudo shutdown -h now
- fi
Add Comment
Please, Sign In to add comment