#!/usr/bin/bash echo -e "\e[1m----------------------------------------------------------------------" echo -e "\e[1m| .NET Debug Stub |" echo -e "\e[1m----------------------------------------------------------------------" echo -e "\e[1m| |" echo -e "\e[1m| Created by Pete Gallagher - Pete Codes / PJG Creations 2021 |" echo -e "\e[1m| |" echo -e "\e[1m| Latest update 06/02/2021 |" echo -e "\e[1m| |" echo -e "\e[1m| Let me know how you do by tweeting me at @pete_codes on Twitter |" echo -e "\e[1m| |" echo -e "\e[1m----------------------------------------------------------------------" echo "" export DISPLAY=:0 exec $@