From 7219f5a3b83a04dcdb7aaa7678d09971387a5e4f Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 5 Mar 2019 23:17:15 +0100 Subject: [PATCH] New section --- scripts/_common.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 #=================================================