20 lines
262 B
Plaintext
20 lines
262 B
Plaintext
|
#!/bin/bash
|
||
|
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
|
||
|
echo "\
|
||
|
source ./_template-values.env
|
||
|
template_vars=(
|
||
|
PROFILES
|
||
|
PASSWORD
|
||
|
HOSTS
|
||
|
VALUES
|
||
|
PLEIN
|
||
|
VIDE
|
||
|
)
|
||
|
template_lists=(
|
||
|
PROFILES
|
||
|
HOSTS
|
||
|
VALUES
|
||
|
)
|
||
|
"
|