4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
set -eu
|
||
|
use-config-templates $(dirname $0)/../config
|