Compare commits

...

No commits in common. "a2c507e48d80ed6c1bd92ba09712a771f2495872" and "5f7041dcb107fa9c9fc938f69387f0f6bbb8c53a" have entirely different histories.

View File

@ -1,5 +1,12 @@
#!/usr/bin/env python #!/usr/bin/env python
# Just a wrapper around opkg-utils.
#
# git clone https://github.com/shr-project/opkg-utils.git
# cd opkg-utils
# make install
#
import argparse import argparse
import os import os
import re import re