command-not-found: Update with new executables
[termux-packages] / packages / termux-tools / termux-reload-style
CommitLineData
59f0d218
FF
1#!/data/data/com.termux/files/usr/bin/sh
2
3if [ "$#" != "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
8fi
9
10LD_LIBRARY_PATH= am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null