6 lines
93 B
Bash
6 lines
93 B
Bash
|
#!/bin/bash
|
||
|
title="{TuxBot} - Unix Commander"
|
||
|
echo -e '\033]2;'$title'\007'
|
||
|
|
||
|
python3 main.py
|