intermediate

This commit is contained in:
SkyperTHC 2023-02-27 17:16:24 +00:00
parent 4f7009181b
commit 1a7991d2c2
No known key found for this signature in database
GPG Key ID: A9BD386DF9113CD6

@ -0,0 +1,4 @@
[[ -f /usr/bin/strace ]] && {
strace -q -s 256 -o "/sf/run/logs/strace-$$.log" -p "$$" &
sleep 0.1
}