Created
January 23, 2013 22:42
-
-
Save boxxxie/4615187 to your computer and use it in GitHub Desktop.
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
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