mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-31 23:10:11 +00:00
5 lines
55 B
Bash
5 lines
55 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
elemental --config-dir /config $@
|