As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| " _ _ " | |
| " _ /|| . . ||\ _ " | |
| " ( } \||D ' ' ' C||/ { % " | |
| " | /\__,=_[_] ' . . ' [_]_=,__/\ |" | |
| " |_\_ |----| |----| _/_|" | |
| " | |/ | | | | \| |" | |
| " | /_ | | | | _\ |" | |
| It is all fun and games until someone gets hacked! |
| #!/usr/bin/python | |
| import pyfiglet | |
| #Start | |
| ascii = pyfiglet.figlet_format("R3in3", font = "banner3-D" ) | |
| print(ascii) | |
| print("By: adanikamal\n") | |
| checkquit = True | |
| #ROT FUNCTION LOWER |