mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-18 03:53:51 -04:00
5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
# entry point in docker, just runs "./docker/run.sh"
|
|
|
|
./docker/ci_actions.sh $@
|