• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

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

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


File Info

Rev. 05c64c80a10b324b375562a6070f403efa4d0028
Size 242 bytes
Time 2013-06-03 23:41:51
Author 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