Based on:
- I assume that
/dev/nvme0n1is the system's disk, and/dev/sdais USB drive.
Based on:
/dev/nvme0n1 is the system's disk, and /dev/sda is USB drive.| #!/bin/bash | |
| # | |
| # Usage: tmuxme | |
| # creates a tmux session with the name of the current directory | |
| # if the current directory is a rails project, sets up 3 windows: | |
| # server, console, and vim. | |
| # | |
| SESSION=$(basename $(pwd)) |