mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Added script for total cleanup
This commit is contained in:
4
administration/total-clean.sh
Normal file
4
administration/total-clean.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php rm -vr var)
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php rm -vr vendor )
|
||||
(cd $(dirname $(readlink -f ${0}))/ && bash cleanup-ignored.sh)
|
Reference in New Issue
Block a user