Detect infinite alias self-recursion mixed with other commands, such as in the...
Detect infinite alias self-recursion mixed with other commands, such as in the case of `alias a "echo test; a"; a`. (Unfortunately, this does not work if "wait" is used instead of "echo", but oh well)
Loading