Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
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