1
0

Generator

This commit is contained in:
Christer Warén
2020-10-04 01:07:22 +03:00
parent 6c7572f200
commit 4870e21d18
2 changed files with 65 additions and 0 deletions

2
generator.sh Normal file
View File

@ -0,0 +1,2 @@
docker run -it --rm --name php -v "$PWD":/usr/src/myapp -w /usr/src/myapp php:7-cli php generator.php
sudo chown -R 1000:1000 *