Skip to content

Commit d570d96

Browse files
committed
Adding title to shell script
1 parent 313610e commit d570d96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

start.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
starttitle="CrossCode Patcher Starter"
3+
echo -e '\033k'$starttitle'\033\\'
4+
clear
25
echo " "
36
echo "Starting the script..."
47
echo "1 - Installing dependencies"

0 commit comments

Comments
 (0)