I’m trying to make a custom “loadable” builtin for Bash, but I keep getting a segmentation fault
I’m trying to make a “loadable” Bash builtin that can be enabled using the enable
command. This builtin will use lseek to allow changing the byte offset of a file descriptor.
I’m trying to make a custom “loadable” builtin for Bash, but I keep getting a segmentation fault
I’m trying to make a “loadable” Bash builtin that can be enabled using the enable
command. This builtin will use lseek to allow changing the byte offset of a file descriptor.
Im trying to make a custom “loadable” builtin for bash, but I keep getting a segmentation fault
Im trying to make a “loadable” bash builtin that can be enabled using the enable command. This builtin will use lseek to allow changing the byte offset of a file descriptor.