《问》HowTo: Add Pause Prompt In a Shell Script ( bash pause command )

《问》

HowTo: Add Pause Prompt In a Shell Script ( bash pause command )


Code

#!/bin/bash
echo "start read"
read -p "Press [Enter] key to start build..."
echo "end read"

References

Comments

Popular posts from this blog

英语口语

Ruby语言经典代码讲座:单态类(Singleton Class)