gegl: Update from 0.3.32 to 0.3.34
[termux-packages] / packages / termux-tools / termux-reload-settings
1 #!/data/data/com.termux/files/usr/bin/sh
2
3 if [ "$#" != "0" ]; then
4 echo 'usage: termux-reload-settings'
5 echo 'Use without arguments to reload settings after modifying any of:'
6 echo ' ~/.termux/colors.properties'
7 echo ' ~/.termux/font.ttf '
8 echo ' ~/.termux/termux.properties'
9 exit
10 fi
11
12 am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null