command
Version:
v0.0.0-...-49e8b8a
Opens a new window with list of versions in this module.
Published: Dec 7, 2021
License: GPL-3.0, GPL-3.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
goSorl
Golangs SORL : Solution ORchestration Language
SORL Scripting example
wait ?||$||#
cat /etc/passwd
var a=a11
var b=b22
tag test1 {
echo "{b}{b}==>{a}"
date
hostname
echo "Done tag test1"
}
echo "{a}{a}=>{b}" > /tmp/dellme.dell
cat /tmp/dellme.dell
echo "DONE"
#
tag abcd {
cd /tmp
pwd
echo "Done tag abcd."
}
if true {
echo ""
echo "*** IF works fine***"
echo ""
}
echo "SORL DONE"
exit
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.