mirror of
https://github.com/embedd-actions/arm-gcc-xpack-ci.git
synced 2024-12-25 08:22:06 +03:00
7 lines
56 B
Bash
7 lines
56 B
Bash
#!/bin/bash
|
|
|
|
. /etc/bashrc
|
|
|
|
#exec $@
|
|
exec bash -c "$@"
|