Add --multi-line and --title options to termux-dialog
[termux-packages] / packages / termux-api / termux-toast
index e54b04f..247d091 100755 (executable)
@@ -1,4 +1,4 @@
-#!/system/bin/sh
+#!/bin/sh
 
 show_usage () {
        echo "usage: termux-toast [-s|--short]"
@@ -21,4 +21,4 @@ done
 
 if [ $# != 0 ]; then show_usage; exit 1; fi
 
-termux-api Toast $PARAMS
+@TERMUX_API@ Toast $PARAMS