You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
4 lines
54 B
Bash
4 lines
54 B
Bash
program=${1}
|
|
input=${2}
|
|
echo -n ${input} | ${program}
|