MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
| #!/bin/bash | |
| # This script creates a new project (or site) under /var/sites and creates | |
| # new virtual host for that site. With the options a site can also | |
| # install the latest version of Laravel directly. | |
| # This script was originally based on the following script by @Nek from | |
| # Coderwall: https://coderwall.com/p/cqoplg | |
| # Display the usage information of the command. | |
| createProjectUsage() { |
| #!/bin/sh | |
| # | |
| # Thanks @tylerhall for this tip | |
| rm ~/Library/Application\ Support/VirtualHostX/". " | |
| # you can also do some fun like this | |
| # echo "99999999999999999999" > ~/Library/Application\ Support/VirtualHostX/". " |