aboutsummaryrefslogtreecommitdiff
path: root/basic.sh
diff options
context:
space:
mode:
Diffstat (limited to 'basic.sh')
-rw-r--r--basic.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/basic.sh b/basic.sh
index 6e90dbc..2220e27 100644
--- a/basic.sh
+++ b/basic.sh
@@ -8,6 +8,13 @@ langs=(
spa-eng eng-spa
)
+typeset -a vcs_langs
+vcs_langs=(
+ deu-eng eng-deu
+ fra-eng eng-fra
+ spa-eng eng-spa
+ )
+
function init
{
tmp_d="$(mktemp -d)"