gegl: Update from 0.3.32 to 0.3.34
[termux-packages] / packages / termux-tools / termux-setup-storage
CommitLineData
561edf1b
FF
1#!/data/data/com.termux/files/usr/bin/sh
2
3if [ "$#" != "0" ]; then
5ef5713d
FF
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
561edf1b
FF
8fi
9
8353c56c 10am broadcast --user 0 \
561edf1b
FF
11 --es com.termux.app.reload_style storage \
12 -a com.termux.app.reload_style com.termux > /dev/null