You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
277 B
8 lines
277 B
#!/bin/bash
|
|
DIR="$(realpath $(dirname "$(readlink -f "$0")"))"
|
|
|
|
ln -s ${DIR}/bash/start-xdebug.sh ${HOME}/
|
|
ln -s ${DIR}/bash/quit-xdebug.sh ${HOME}/
|
|
ln -s ${DIR}/bash/restart-nginx.sh ${HOME}/
|
|
ln -s ${DIR}/bash/mysql.sh ${HOME}/
|
|
ln -s ${DIR}/bash/enter-to-workspace.sh ${HOME}/
|