3 lines
107 B
Bash
3 lines
107 B
Bash
|
|
#!/bin/bash
|
||
|
|
echo SCRIPT_B_ENV=${SCRIPT_B_ENV} SCRIPT_B_ENV_EXPANDED=${SCRIPT_B_ENV_EXPANDED} script_b "$@"
|