0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-19 16:41:49 +00:00
Files
packages/libs/newt/test.sh
2023-11-02 00:41:14 +08:00

14 lines
154 B
Bash

#!/bin/sh
case "$1" in
python3-newt)
python3 -c 'import snack'
;;
whiptail)
whiptail --version | grep -Fx "whiptail (newt): $PKG_VERSION"
;;
esac