Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
libs
/
newt
/
test.sh
blob: ae9006771ffca0f8637ebaf584cd5c83cc608156 [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame^
]
1
#!/bin/sh
2
3
case
"$1"
in
4
5
python3
-
newt
)
6
python3
-
c
'import snack'
7
;;
8
9
whiptail
)
10
whiptail
--
version
|
grep
-
Fx
"whiptail (newt): $PKG_VERSION"
11
;;
12
13
esac