Re asking for a variable after execution in bash (like an alternative to goto) [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 days ago . Improve this question I'm reformulating a bit better my previous question from today. So basically, I have a bash script where i have variable=$(zenity list dialog) if test $variable = "something i've checked in zenity" then run command & restart the script elif... ...another command, etc... fi