mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-04 20:36:20 -04:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "ENV1 = ${NEW_ENV1}"
|
|
echo "ENV2 = ${NEW_ENV2}"
|
|
echo "ENV3 = ${NEW_ENV3}"
|