+if which gpg >/dev/null 2>&1; then
+ find gpg -mindepth 1 -maxdepth 1 -name '*.gpg' | while read -r x; do
+ gpg --import "$x"
+ done
+fi
+for y in ssh termux; do
+ find $y -mindepth 1 -maxdepth 1 | while read -r x; do
+ l "$HOME/.$y/`basename "$x"`"
+ done
+done
+x='fonts/Dina-ttf/Dina.ttf' l "$HOME/.termux/font.ttf"