mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
5 lines
114 B
Bash
Executable File
5 lines
114 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# get parent dir, and run the php-cs-fixer
|
|
"$(dirname "$0")/../vendor/bin/php-cs-fixer" "$@"
|