echo please input “runbip” to run bip.
variableName="null"
while [ $variableName != "runbip" ]
do
read variableName
sleep 1
if [ $variableName != "runbip" ]; then
echo please input “runbip” to run the BIP:
fi
done

 

参考:

1. Linux Shell编程入门 http://www.cnblogs.com/suyang/archive/2008/05/18/1201990.html

相关文章:

  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2021-06-09
  • 2022-02-10
  • 2021-11-14
猜你喜欢
  • 2022-12-23
  • 2021-12-19
  • 2021-12-10
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2021-10-27
相关资源
相似解决方案