Skip to content

jpverrue/dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dialog

Small tool to use windows in a shell script

With Dialog it is possible to create shell scripts using windows. For example:

#!/bin/bash

if dialog --yesno Do you want to display the time ? ; then date else echo sorry fi

About

Small tool to use windows in a shell script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published