We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742b248 commit 98906e7Copy full SHA for 98906e7
install.sh
@@ -3,4 +3,11 @@
3
4
cp *.sublime-build ~/.config/sublime-text-3/Packages/User
5
6
-echo "Successfully copied"
+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