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
#!/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. |