ViaThinkSoft CodeLib
Dieser Artikel befindet sich in der Kategorie:
CodeLib → Programmierhilfen → Bash (Linux Shell)
Datei "variables"
Datei "test.sh"
# This is a comment
ABC=xyz
Datei "test.sh"
#!/bin/bash
# Load global variables
if [ -f variables ]; then
. variables
fi
# This will output "xyz"
echo "$ABC"
Daniel Marschall
ViaThinkSoft Mitbegründer
ViaThinkSoft Mitbegründer