Hacker News new | ask | show | jobs
by qznc 2527 days ago
You could prefix the script with `#!/bin/bash -vn` and make it executable. It will just print itself.
1 comments

Thanks. Didn't know about this.