systemctl create 软件
systemctl start 软件
systemctl stop 软件
systemctl rm 软件
for n in {1..10}
do
print $n
done