arm-gcc-ci/entrypoint.sh

6 lines
39 B
Bash
Raw Normal View History

2023-09-22 17:35:21 +03:00
#!/bin/bash
. /etc/bashrc
2024-11-29 11:04:53 +03:00
exec "$@"