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