aboutsummaryrefslogtreecommitdiffstats
path: root/st/st
blob: cf056a3c544ede19991a4b8297a066be6cfd8461 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/dash

if test -x /usr/local/bin/st; then
	exec /usr/local/bin/st -f vectorfixed:pixelsize=11:antialias=false:autohint=false "$@"
else
	exec /usr/bin/st -f vectorfixed:pixelsize=11:antialias=false:autohint=false "$@"
fi