$ cat /tmp/foo.sh
#!/bin/bash
foo() {
foo
}
foo
$ bash /tmp/foo.sh
fish: 'bash /tmp/foo.sh' terminated by signal SIGSEGV (Address boundary error)
$
Created
October 1, 2020 15:29
-
-
Save cgwalters/1e1539b26af6835720ca6d9cc63896f5 to your computer and use it in GitHub Desktop.
bash stackoverflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment