pinchflat/test/support/scripts/yt-dlp-mocks/repeater.sh
2024-01-19 22:13:18 -08:00

7 lines
97 B
Bash
Executable file

#!/bin/bash
if [[ "$@" == *"--dump-json"* ]]; then
echo '{ "args": "'$@'"}'
else
echo $@
fi