termux-packages/packages/termux-tools/termux-setup-storage
Leonid Pliushch 51cdbe0073 termux-tools: use default shebang in sources
This will allow build system to set shebang according to the
current TERMUX_PREFIX.
2019-09-19 23:41:31 +03:00

13 lines
335 B
Bash
Executable File

#!/bin/sh
if [ "$#" != "0" ]; then
echo 'usage: termux-setup-storage'
echo 'Use without arguments to ensure storage permission granted'
echo 'and symlinks to storage available in $HOME/storage'
exit
fi
am broadcast --user 0 \
--es com.termux.app.reload_style storage \
-a com.termux.app.reload_style com.termux > /dev/null