シェルスクリプトでビジュアルにパスワードを入力する
「bash on Windows10」でシェルスクリプトでビジュアルにパスワードを入力するには、以下のコマンドを実行します
whiptail --title "Hello,whiptail!" --passwordbox "Please input password" 8 40
ラズベリーパイ/Linuxの使い方中心のブログです
「bash on Windows10」でシェルスクリプトでビジュアルにパスワードを入力するには、以下のコマンドを実行します
whiptail --title "Hello,whiptail!" --passwordbox "Please input password" 8 40