summaryrefslogtreecommitdiff
path: root/etc/local.d/cursor.start
blob: 0138d946937cec987ad9b386ce6e07c48e13e38c (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Set cursor color on ttys.

for i in 1 2 3 4 5 6; do
	/home/marc/bin/cursor-linux $i >> /dev/tty$i
done