infinito/administration/router.sh

3 lines
124 B
Bash
Raw Normal View History

#!/bin/bash
2018-09-05 19:18:33 +02:00
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php bin/console debug:router);