• R/O
  • HTTP
  • SSH
  • HTTPS

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

12半音階によるトーン生成


File Info

修訂. 05c64c80a10b324b375562a6070f403efa4d0028
大小 242 bytes
時間 2013-06-03 23:41:51
作者 suikan
Log Message

最初のコミット

Content

_configure-uzume() 
{
    COMPREPLY=( $( \
        compgen -W "$(ls kernel/config/blackfin/bsp* -d | sed -e 's&kernel/config/blackfin/&&' )" \
                ${COMP_WORDS[COMP_CWORD]} \
    ) )
}
complete -F _configure-uzume configure-uzume