Bash gets shellshocked
Bash gets shellshocked
Posted Oct 2, 2014 18:41 UTC (Thu) by dlang (guest, #313)In reply to: Bash gets shellshocked by drag
Parent article: Bash gets shellshocked
one of my "professional programmer" horror stories was when a short (20 line, and admittedly ugly) shell script I wrote was handed over to the company Engineering team to take ownership and responsibility for. Four months later we got the result back, a 200 line perl program with about 15 different subroutines that all ended up doing $command .= 'line from my original script'; system($command).
Posted Oct 23, 2014 8:08 UTC (Thu)
by pabs (subscriber, #43278)
[Link]
Bash gets shellshocked
**shudder**