Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
external
/
subpack
/
libs
/
newt
/
test.sh
blob: ae9006771ffca0f8637ebaf584cd5c83cc608156 [
file
] [
log
] [
blame
]
#!/bin/sh
case
"$1"
in
python3
-
newt
)
python3
-
c
'import snack'
;;
whiptail
)
whiptail
--
version
|
grep
-
Fx
"whiptail (newt): $PKG_VERSION"
;;
esac