|
@ -1,10 +1,10 @@ |
|
|
#!/data/data/com.termux/files/usr/bin/sh |
|
|
#!/data/data/com.termux/files/usr/bin/sh |
|
|
|
|
|
|
|
|
if [ "$#" != "0" ]; then |
|
|
if [ "$#" != "0" ]; then |
|
|
echo 'usage: termux-setup-storage' |
|
|
echo 'usage: termux-setup-storage' |
|
|
echo 'Use without arguments to ensure storage permission granted' |
|
|
echo 'Use without arguments to ensure storage permission granted' |
|
|
echo 'and symlinks to storage available in $HOME/.storage' |
|
|
echo 'and symlinks to storage available in $HOME/storage' |
|
|
exit |
|
|
exit |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
am broadcast --user 0 \ |
|
|
am broadcast --user 0 \ |
|
|