mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-09-01 07:21:44 +00:00
5 lines
55 B
Bash
5 lines
55 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
elemental --config-dir /config $@
|