1 2 3 4 5 6 7 8 9
#!/bin/sh # shellcheck shell=busybox case "$PKG_NAME" in quickjs) qjs --eval 'console.log(2 ** 8)' | grep 256 ;; esac