Skip to content

Instantly share code, notes, and snippets.

@Partysun
Created December 20, 2012 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Partysun/4344316 to your computer and use it in GitHub Desktop.
Save Partysun/4344316 to your computer and use it in GitHub Desktop.
Config file for Teamocil (tmux)
session:
name: "MyGame"
windows:
- name: "web server"
root: "~/Developer/MyGame/Export/flash/bin/"
filters:
before:
- "python -m SimpleHTTPServer 8000"
splits:
[splits list]
- name: "develop"
root: "~/Developer/MyGame"
filters:
before:
- "echo 'Time for Hack...'"
splits:
[splits list]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment