Bash Tips #6 – Embedding Files in a Single Bash Script

Scripts that utilize multiple files are not easy to distribute. We usually distribute those as archives and rely on the end user to unpack and run them from a predetermined location. To improve the experience we can instead prepare a single script with other files embedded inside it. Here are the goals: The first requirement … Continue reading "Bash Tips #6 – Embedding Files in a Single Bash Script"

Read More