arm-gcc-ci/entrypoint.sh
2024-11-29 11:14:23 +03:00

6 lines
47 B
Bash

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