* renaming xdebug scripts for non-conflicts name with user defined scripts in home directory starts with s and q
+ tail db general log bash helper * correct path to xdebug2 config for previous php 74 version - remove unnecessary laradock example crontab because this script moved crontab-example dir * improve (un)create symlinks script logic * use only newly composer auth path
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
#!/bin/bash
|
||||
rm ${HOME}/start-xdebug.sh
|
||||
rm ${HOME}/quit-xdebug.sh
|
||||
rm ${HOME}/restart-nginx.sh
|
||||
rm ${HOME}/mysql.sh
|
||||
rm ${HOME}/enter-to-workspace.sh
|
||||
DIR="$(realpath $(dirname "$(readlink -f "$0")"))"
|
||||
|
||||
BASH_SCRIPTS_DIR="${DIR}/bash"
|
||||
|
||||
BASH_SCRIPTS=(ls $BASH_SCRIPTS_DIR)
|
||||
|
||||
for FILENAME in "${BASH_SCRIPTS[@]}"; do
|
||||
ln -s ${BASH_SCRIPTS_DIR}/${FILENAME} ${HOME}/
|
||||
done
|
Reference in New Issue
Block a user