This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#--------------------------- | |
#-- dynamic_motd -- | |
#-- by lgaggini -- | |
#-- CC BY-SA 3.0 -- | |
#--------------------------- | |
echo -e " | |
db d888b .d8b. d888b d888b d888888b d8b db d888888b | |
88 88' Y8b d8' 8b 88' Y8b 88' Y8b 88' 888o 88 88' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Ubuntu update manager for Fabric | |
Checks for updates, installs them across multiple servers | |
Create a "hosts" file alongside this fabfile and put your hosts in there one per line | |
Updating package list:: | |
fab update |
NewerOlder