L: apux fix

This commit is contained in:
2025-03-16 18:21:51 +02:00
parent 265fd6ab7f
commit cc9ace76e7

View File

@@ -1,3 +1,3 @@
#!/bin/sh
output=$(sh "$@" 2>&1)
echo "$output" | sed 's/bash/apux/g'
echo "$output" | sed 's/sh/apux/g'