#!/bin/zsh
sudo zsh `which mkhid`
export file=`mktemp`
export PATH=/data/data/com.termux/files/usr/bin:/data/data/com.termux/files/home/bin:$PATH
cat>$file
sudo zsh `which hidsend` $file
rm $file
