diff --git a/scripts/_common.sh b/scripts/_common.sh index 42570a3..8bb05b4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,12 +1,16 @@ #!/bin/bash #================================================= -# PERSONAL HELPERS +# COMMON VARIABLES #================================================= # dependencies used by the app pkg_dependencies="deb1 deb2" +#================================================= +# PERSONAL HELPERS +#================================================= + #================================================= # EXPERIMENTAL HELPERS #=================================================