start new:
tmux
start new with session name:
tmux new -s myname
#!/usr/bin/bash | |
# | |
# Create a bootable USB drive for Windows 10. | |
# | |
# This script is designed to be instructional and NOT to be ran. You may replace | |
# `diskN` and volume name for the Windows 10 ISO and it _should_ work. But I | |
# haven't tested this script. | |
# | |
# Download the respective Windows 10 ISO. | |
# Current location: https://www.microsoft.com/en-us/software-download/windows10ISO |