mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-06-21 04:46:46 +00:00
5 lines
55 B
Bash
5 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
elemental --config-dir /config $@
|