4 lines
74 B
Bash
4 lines
74 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd /var/www/html/schedule
|
||
|
php bin/console app:Cron --env=prod
|