This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
TURBOCPP
29 lines (27 loc) · 1.87 KB
/
TURBOCPP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
echo -e "+---------------------------------------------------------------+";
echo -e "| |";
echo -e "| _____ _ _ ____ ____ ___ ____ ____ ____ |";
echo -e "| |_ _|| | | || _ \ | __ ) / _ \ / ___|| _ \ | _ \ |";
echo -e "| | | | | | || |_) |+ _ \ | | | | | | | |_) |+ |_) | |";
echo -e "| | | | |_| |+ _ < | |_) || |_| | | |___ | __/ | __/ |";
echo -e "| |_| \___/ |_| \_\|____/ \___/ \____||_| |_| |";
echo -e "| |";
echo -e "| A port of Borland's C++ IDE for Linux machines, |";
echo -e "| using the popular DOSBOX Emulator, coz why not? |";
echo -e "| |";
echo -e "+---------------------------------------------------------------+";
echo -e "| |";
echo -e "| Please close this terminal window after you have had enough |";
echo -e "| of the awesome ASCII ART here :P |";
echo -e "| |";
echo -e "| Huge thanks to Vineeth Choudhary (@vineetchoudhary) for the |";
echo -e "| awesome TURBOC++ port for Windows machines. |";
echo -e "| |";
echo -e "+---------------------------------------------------------------+";
echo -e "| Check me out on GitHub: github.com/AvinashReddy3108 |";
echo -e "+---------------------------------------------------------------+";
echo -e "| ASCII Art: asciiflow.com |";
echo -e "+---------------------------------------------------------------+";
nohup dosbox -conf dosbox.conf >/dev/null 2>&1 &
exit