Skip to content

Instantly share code, notes, and snippets.

@boxxxie
Created January 23, 2013 22:42
Show Gist options
  • Save boxxxie/4615187 to your computer and use it in GitHub Desktop.
Save boxxxie/4615187 to your computer and use it in GitHub Desktop.
session:
name: "eg system"
windows:
- name: "datomic"
root: "~/eg/api"
splits:
- cmd: ["killall node","killall java", "lein datomic start"]
- cmd: ["fish", "sudo tcpflow -i any -C -e port 80"]
- name: "api view"
root: "~/eg"
splits:
- cmd: ["cd web.api", "npm start"]
- cmd: ["cd api", "lein datomic start", "lein ring server-headless"]
- cmd: ["cd api", "lein test"]
width: 50
- cmd: "pwd"
height: 50
target: "bottom-right"
- cmd: "pwd"
height: 50
target: "bottom-left"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment