Skip to content

Commit 98906e7

Browse files
authored
Update install.sh
1 parent 742b248 commit 98906e7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

install.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@
33

44
cp *.sublime-build ~/.config/sublime-text-3/Packages/User
55

6-
echo "Successfully copied"
6+
tput setaf 2; ls | egrep '\.sublime-build$' | cut -f 1 -d '.'
7+
8+
tput setaf 1; echo "Sucessfully installed in your Sublime"
9+
10+
tput setaf 2; echo "Go Tools>Build System in your Sublime set your compiler/interpretor or Automatic"
11+
12+
13+
tput setaf 1; echo "Script Author: RIZWAN AHMAD\nGithub:http://github.com/rizwansoaib"

0 commit comments

Comments
 (0)