This file contains 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
################################################## | |
# A few useful aliases to make our lives easier. # | |
# # | |
# Symfony - Laravel - Docker - Git # | |
################################################## | |
# Symfony | |
alias sf-dp-db='sf-c doctrine:schema:drop -n -q --force --full-database' | |
alias sf-db-res='sf-dp-db && sf-rm-m && sf-mk-m && sf-m' | |
alias sf-m='sf-c doctrine:migrations:migrate -n -q' |
This file contains 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 -e | |
##################################################### | |
# DNS configurator # | |
##################################################### | |
# Responds to a list of syscall. | |
trap "error 'Exiting now...'" SIGINT SIGQUIT | |
# CLI options (IRREPLACEABLE). |