#!/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