7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
#!/usr/bin/with-contenv sh
|
|
#shellcheck shell=sh
|
|
|
|
# some debug info, useful when running CI tests mostly
|
|
s6-setuidgid taskd taskd diagnostics
|
|
ls -clash "$TASKDDATA"
|