mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
7 lines
60 B
Text
7 lines
60 B
Text
![]() |
#!/bin/sh
|
||
|
|
||
|
phpcbf "$@"
|
||
|
if [ "$?" -eq 1 ]; then
|
||
|
exit 0
|
||
|
fi
|