runme.sh (+x)
while read line
do
echo $line
$line
done < "command.txt"
command.txt
touch /root/1.txt
touch /root/2.txt
Title:
Run command list in file
Description:
runme.sh (+x) while read line do echo $line $line done < "command.txt" command.txt touch /root/1.txt ...
...
Rating:
4