bash shell
1
#!/bin/sh
declear this file is shell script file
1
export var1
declear this var1 variable is global variable for child-processes.
1
#!/bin/sh
declear this file is shell script file
1
export var1
declear this var1 variable is global variable for child-processes.