6 lines
54 B
Bash
6 lines
54 B
Bash
#!/bin/bash
|
|
|
|
. /workdir/zephyr/zephyr-env.sh
|
|
|
|
exec $@
|
#!/bin/bash
|
|
|
|
. /workdir/zephyr/zephyr-env.sh
|
|
|
|
exec $@
|