mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-13 03:16:11 +01:00
3 lines
124 B
Bash
3 lines
124 B
Bash
#!/bin/bash
|
|
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php bin/console debug:router);
|