Files
megacorp/scripts/apux.sh
2025-03-16 18:21:51 +02:00

4 lines
68 B
Bash
Executable File

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