Files
Epicnabbo-Catalogus-Updated…/Optimized Atomcms daily updated/vendor/spatie/ray/bin/remove-ray.sh
T
2025-11-25 22:42:56 +01:00

11 lines
249 B
Bash

#!/bin/bash
# Check if the argument is provided
if [ -z "$1" ]; then
echo "Usage: $0 <target>"
exit 1
fi
# Execute the Rector command with the provided target
vendor/bin/rector process "$1" --config vendor/spatie/ray/remove-ray-rector.php