Project

General

Profile

Download (101 Bytes) Statistics
| Branch: | Revision:
1
#!/bin/sh -e
2

    
3
# Source debconf library.
4
. /usr/share/debconf/confmodule
5

    
6
db_get stabile/$1
7
echo $RET
(11-11/33)