mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
5 lines
103 B
Text
Executable file
5 lines
103 B
Text
Executable file
#!/bin/nu
|
|
|
|
def --wrapped main [...rest] {
|
|
XDEBUG_SESSION=haze php $"($env.WEBROOT)/occ" ...$rest
|
|
}
|