bash shell

Posted by phjung1 on January 9, 2022

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.