Guest User

Untitled

a guest
Apr 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash
  2. TITLE="TasConf V0.1"
  3. CMD="dialog --ascii-lines --backtitle \"$TITLE\""
  4. $CMD --title "Titel" --msgbox "Box mit Titel" 0 0
Add Comment
Please, Sign In to add comment