X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/1ee4335f4ae1ca268f676c7bed2a9753d083989f..f9c08224a570b582c79412a8f587e6a302961361:/packages/termux-api/termux-share diff --git a/packages/termux-api/termux-share b/packages/termux-api/termux-share index e0832725..68044bdf 100755 --- a/packages/termux-api/termux-share +++ b/packages/termux-api/termux-share @@ -1,4 +1,4 @@ -#!/system/bin/sh +#!/bin/sh show_usage () { echo "usage: termux-share [options] [file]" @@ -45,4 +45,4 @@ done if [ $# -gt 1 ]; then echo "Only one file can be shared"; exit 1; fi if [ $# != 0 ]; then PARAMS="$PARAMS --es file `realpath $1`"; fi -termux-api Share $PARAMS +@TERMUX_API@ Share $PARAMS