franta-hg@13: #include <stdlib.h>
franta-hg@13: #include <iostream>
franta-hg@13: 
franta-hg@13: int main() {
franta-hg@13:     using namespace std;
franta-hg@13:     cout << "\033[22;31m" << "Vítejte v offline shellu" << "\033[0m" << endl;
franta-hg@13:     system("/bin/bash");
franta-hg@13:     cout << "\033[22;31m" << "Končím offline shell" << "\033[0m" << endl;
franta-hg@13: }
franta-hg@13: