Hacker News new | ask | show | jobs
by mattalbie 1995 days ago
I do this but include the symlink command in the document. That way all the links become one copy and paste.
1 comments

May I recommend Makefiles? Nothing fancy, just a bunch of .PHONY targets. It's a converient way to bundle a bunch of scripts (or single arcane commands) into one file, with autocompletion.
That’s a good idea. Thanks!