-
Notifications
You must be signed in to change notification settings - Fork 2
/
dotnetdebug.sh
18 lines (15 loc) · 998 Bytes
/
dotnetdebug.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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 $@