UNIX
Posted: Thu Jan 05, 2006 2:36 pm
Bij variabelen staat in de slides het volgende:
Weet iemand wat dit juist doet?Use export to export variables from parent shell to shell executing the script
Use ‘. ./myScript.sh’ to ‘source’ the script.