Bash Magic

Paul Brown · 04/09/2024 · 1 min read


Loop to perform a command multiple times

for i in {1..20}; do php artisan test --filter ReflectionMethodHelperTest; done;

Discussions

Login to Post Comments
No Comments Posted