xref: /freebsd/contrib/dialog/samples/calendar-stdout (revision a96ef4501919d7ac08e94e98dc34b0bdd744802b)
14c8945a0SNathan Whitehorn#!/bin/sh
2*a96ef450SBaptiste Daroussin# $Id: calendar-stdout,v 1.8 2020/11/26 00:09:12 tom Exp $
34c8945a0SNathan Whitehorn
44c8945a0SNathan Whitehorn. ./setup-vars
54c8945a0SNathan Whitehorn
6*a96ef450SBaptiste Daroussinreturntext=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
7*a96ef450SBaptiste Daroussinreturncode=$?
84c8945a0SNathan Whitehorn
94c8945a0SNathan Whitehorn. ./report-string
10