tfabris / CrowCam

A set of Bash scripts to control and maintain a YouTube live cam from a Synology NAS.
GNU General Public License v3.0
4 stars 3 forks source link

CrowCam should have an external "helpers" script file to contain common code. #2

Closed tfabris closed 5 years ago

tfabris commented 5 years ago

Some of the scripts contain duplicate copies of the same functions. These functions should be in a separate script which is called in a fashion similar to the old "include" files in C.

To do: Learn how to do this in Bash.