About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
eightHundreds
7/5/2019 - 8:24 AM
share
Share
add_circle_outline
Save
并行执行
.sh
content_copy
file_download
command1 && command2 # 串行执行 command1 & command2 #并行 wait #等待所有进程执行完成
clear