Browse Source

termux-tools: use getopt from util-linux

master
Leonid Plyushch 5 years ago
parent
commit
bf24e2a86e
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      packages/termux-tools/termux-open

2
packages/termux-tools/termux-open

@ -12,7 +12,7 @@ show_usage () {
exit 0
}
TEMP=`busybox getopt \
TEMP=`getopt \
-n $SCRIPTNAME \
-o h \
--long send,view,chooser,content-type:,help\

Loading…
Cancel
Save