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
good discussion at | |
http://www.last.fm/group/Steampunk/forum/42787/_/376230 | |
some interesting first starts | |
http://sites.google.com/site/chinasteamengine/ | |
http://www.lifesdecay.com/Home/Home.html | |
your life will get very strange for a little while after clicking this link | |
http://www.youtube.com/watch?v=cycXIYdFGsQ |
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
import fabric.api | |
from contextlib import contextmanager | |
@contextmanager | |
def shell(new_shell): | |
old_shell, env.shell = env.shell, new_shell | |
yield | |
env.shell = old_shell |
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
Host foo | |
User blah | |
HostName foo.bar.baz | |
Port 42 |
NewerOlder