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