Hacker News new | ask | show | jobs
by chipperyman573 2203 days ago
You could create a file named ; echo 'hi'; #

and it appears as if it would probably run anything you put between ; and # (in this case it will echo hi). Unless the filename is sanitized, which it appears to not be.