Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 631 Bytes

File metadata and controls

21 lines (12 loc) · 631 Bytes

This started out as a simple script that that I would run manually weekly to update and reboot my machine.

Now it's a collection of scripts useful for clients and servers.

Manly Debian / Ubuntu Shutdown Script

A nice way to shutdown your Ubuntu system.

  • Make it update and clean itself and then shutdown
  • Works on all Ubuntu flavors, Mint and maybe Debian

Usage:

  • Copy the shutdown.bash file somewhere, like your desktop

  • Run with:

    • bash shutdown.bash , or:

    • Make it executable (chmod +x shutdown.bash or right-click->properties) and execute it ./shutdown.bash

  • Go to sleep, cya tomorrow!