1 2 3 4 5 6 7 8
#!/bin/bash declare -a cydia cydia=($CYDIA) if [[ ${CYDIA+@} ]]; then eval "echo 'finish:$1' >&${cydia[0]}" fi