Skip to content

Instantly share code, notes, and snippets.

@dlains
dlains / qs
Created January 15, 2019 06:06
Quick tmux session script
#!/usr/bin/env bash
# Create a quick tmux session with an editor window and
# a console window. The session will be named after the
# directory supplied as an argument.
#
# Usage:
# qs path
#
# Check the arguments. There should be one argument only.