Skip to content

Instantly share code, notes, and snippets.

@Strae
Created May 5, 2017 09:59
Show Gist options
  • Save Strae/f777a7303c36b7ef37031a0e3009b4d0 to your computer and use it in GitHub Desktop.
Save Strae/f777a7303c36b7ef37031a0e3009b4d0 to your computer and use it in GitHub Desktop.
Terminator random profile
#!/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