Skip to content

Instantly share code, notes, and snippets.

@metainfa
metainfa / .bashrc
Last active August 29, 2015 14:11 — forked from chetanmeh/.bashrc
source ~/path/to/tabs.sh
load-dev(){
#Create sessi data format '<Tab Name/Title> <Profile Name> <Working Directory>'
local sessions=(
oak Shell 'clear; cd ~/git/apache/oak'
sling Shell 'clear; cd ~/git/apache/sling'
felix Shell 'clear; cd ~/git/apache/felix'
)
start_sessions sessions[@]