File: name

package info (click to toggle)
partman 63
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,208 kB
  • ctags: 150
  • sloc: ansic: 1,877; sh: 1,399; makefile: 66
file content (11 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. /lib/partman/definitions.sh

open_dialog USES_NAMES
read_line x
close_dialog

[ "$x" = yes ] || exit 0

printf "name\tName\n"