mirror of
https://github.com/opa334/TrollStore.git
synced 2025-02-18 19:45:40 +08:00
2 lines
79 B
Bash
2 lines
79 B
Bash
![]() |
{ LDID_OUTPUT="$( { ldid; } 2>&1 1>&3 3>&- )"; } 3>&1;
|
||
|
echo "aaa: $LDID_OUTPUT"
|