This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Author Yannick Vanhaeren | |
# Version 0.1 | |
# Functions | |
############ | |
function usage | |
{ | |
echo "usage: set_proxy [-p] | [-s] | [-h] mode" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Starting apache2" | |
sudo httpd -k start | |
mysql.server start | |
sudo mailcatcher --http-port 10000 --smtp-port 25 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Author Yannick Vanhaeren | |
# Version 1.0.0 | |
# Functions | |
############ | |
function usage | |
{ | |
echo "usage: php-switch [-a] | [-c] | [-h] | [-r] phpversion" |
NewerOlder