Created
May 5, 2017 09:59
-
-
Save Strae/f777a7303c36b7ef37031a0e3009b4d0 to your computer and use it in GitHub Desktop.
Terminator random profile
This file contains 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
#!/bin/bash | |
# Profiles must be named profile1, profile2, etc.. | |
N=$(( ( RANDOM % 12 ) + 1 )); | |
terminator -p profile$N -T $N & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment