From ea359547f90e91d7e718baab19bbd0b3fbe4d3e5 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 22 Jan 2025 11:25:06 +0100 Subject: fixup --- bin/cursor | 2 +- bin/tc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cursor b/bin/cursor index 2ae069b..6a98d41 100755 --- a/bin/cursor +++ b/bin/cursor @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Set cursor in xterm and compatibles. diff --git a/bin/tc b/bin/tc index e2e34a4..9f2e788 100755 --- a/bin/tc +++ b/bin/tc @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Set terminal color in xterm and compatibles -- cgit v1.2.3