From a251f3dc45cb15d6c094258792191cde3a5d2422 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 22 Feb 2025 12:21:20 +0100 Subject: update --- .local/hosts/x61s/etc/local.d/cursor.start | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .local/hosts/x61s/etc/local.d/cursor.start (limited to '.local/hosts/x61s/etc/local.d/cursor.start') diff --git a/.local/hosts/x61s/etc/local.d/cursor.start b/.local/hosts/x61s/etc/local.d/cursor.start new file mode 100755 index 0000000..0138d94 --- /dev/null +++ b/.local/hosts/x61s/etc/local.d/cursor.start @@ -0,0 +1,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 -- cgit v1.2.3