File: pause-extra

package info (click to toggle)
dialog 1.3-20230209-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,484 kB
  • sloc: ansic: 18,977; sh: 7,748; perl: 766; makefile: 435; python: 164
file content (13 lines) | stat: -rwxr-xr-x 236 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.2 2020/11/26 00:05:11 tom Exp $

. ./setup-vars

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

returncode=$?
echo return $returncode

. ./report-button