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
ca5
7/30/2015 - 1:23 AM
share
Share
add_circle_outline
Save
うまくいくまでコマンド実行し続ける
うまくいくまでコマンド実行し続ける
new_gist_file
content_copy
file_download
function docmd(){ $1;if [ $? -gt 0 ] ;then docmd $1;fi }; docmd "command"
clear