ca5
7/30/2015 - 1:23 AM

うまくいくまでコマンド実行し続ける

うまくいくまでコマンド実行し続ける

function docmd(){ $1;if [ $? -gt 0 ] ;then docmd $1;fi }; docmd "command"