start new:
tmux
start new with session name:
tmux new -s myname
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |
| "Serve a Flask app on a sub-url during localhost development." | |
| from flask import Flask | |
| APPLICATION_ROOT = '/spam' | |
| app = Flask(__name__) | |
| app.config.from_object(__name__) |
| #!/usr/bin/perl -w | |
| # on command, create, dcc send, and delete NudeMongolGirlz.zip | |
| # | |
| # features: | |
| # worksafe: no NudeMongolGirlz.zip is needed, it is embedded in the file | |
| # elite: uses encodings and shit | |
| # verified: verified by experts to contain actual nude mongol girlz | |
| # | |
| # settings: |