File: pause-extra

package info (click to toggle)
dialog 1.3-20160828-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,120 kB
  • ctags: 1,761
  • sloc: ansic: 17,594; sh: 7,075; makefile: 451; perl: 355; python: 164
file content (13 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# $Id: pause-extra,v 1.1 2011/01/18 09:49:07 tom Exp $

. ./setup-vars

$DIALOG --title "PAUSE" \
	--extra-button "$@" \
	--pause "Hi, this is a pause widget" 20 70 10

retval=$?
echo return $retval

. ./report-button