Hacker News new | ask | show | jobs
by smichel17 1996 days ago
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.
1 comments

That’s a good idea. Thanks!