Skip to content

Instantly share code, notes, and snippets.

@theosp
Created August 19, 2013 09:18
Show Gist options
  • Save theosp/6267236 to your computer and use it in GitHub Desktop.
Save theosp/6267236 to your computer and use it in GitHub Desktop.
Launch redis-server and redis-commander in a splitted gnu screen
# launch with: $ screen -c redis.screenrc
screen -t server 0 bash -c 'echo "Launching redis server"; redis-server; bash'
split
focus
screen -t redis-commander 1 bash -c 'redis-commander; bash'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment