mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 01:24:09 +02:00
5 lines
61 B
Bash
Executable file
5 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export XDEBUG_SESSION=haze
|
|
|
|
php $WEBROOT/occ "$@"
|