Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 324 Bytes

bitsrun.sh

dependency: curl xxd sed grep coreutils

usage: login username [password]
       logout
       status

OpenWrt notes

This script cannot run under busybox version of ash and grep.

Run opkg install bash xxd grep curl coreutils-base64 coreutils-sha1sum on your router to install the dependencies.