Initial push
[termux-packages] / packages / termux-tools / termux-reload-style
1 #!/data/data/com.termux/files/usr/bin/sh
2
3 if [ "$#" != "0" ]; then
4 echo 'usage: termux-reload-style'
5 echo ' Use without arguments to reload style after modifying'
6 echo ' $HOME/.termux/colors.properties or $HOME/.termux/font.ttf'
7 exit
8 fi
9
10 LD_LIBRARY_PATH= am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null