chiark / gitweb /
tcl: Update from 8.6.5 to 8.6.6
[termux-packages] / packages / termux-tools / termux-setup-storage
1 #!/data/data/com.termux/files/usr/bin/sh
2
3 if [ "$#" != "0" ]; then
4         echo 'usage: termux-setup-storage'
5         echo 'Use without arguments to ensure storage permission granted'
6         echo 'and symlinks to storage available in $HOME/.storage'
7         exit
8 fi
9
10 am broadcast --user 0 \
11                  --es com.termux.app.reload_style storage \
12                  -a com.termux.app.reload_style com.termux > /dev/null