arm-gcc-xpack-ci/entrypoint.sh
2024-11-29 11:58:15 +03:00

7 lines
56 B
Bash

#!/bin/bash
. /etc/bashrc
#exec $@
exec bash -c "$@"