Windows10をUbuntuのコマンドで操作する!シェルスクリプトでグラフィカルにメニューボックスを作る!(whiptail_08)

スポンサーリンク

シェルスクリプトでグラフィカルにメニューボックスを作る!(

「bash on Windows10」でシェルスクリプトでグラフィカルにメニューボックスを作るには、以下のコマンドを実行します

whiptail --title "Hello,whiptail!" --notags --menu "menulist" 0 0 0 a a b b

それでは実行してみましょう。

Screenshot from 2016-05-26 20:38:03_001.png_addlogo

表示できました。