From 6312ef191a9ab7466ec72bb3aba7138816062c2f Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 25 Oct 2023 17:55:27 -0400 Subject: Cleanup useless/unused shell scripts --- .local/bin/colorbars-sm | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 .local/bin/colorbars-sm (limited to '.local/bin/colorbars-sm') diff --git a/.local/bin/colorbars-sm b/.local/bin/colorbars-sm deleted file mode 100755 index e8e0b9d..0000000 --- a/.local/bin/colorbars-sm +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -echo - -# mini smpte color bars -for y in $(seq 0 6); do - printf %s ' ' - for color in 7 3 6 2 5 1 4; do - tput setab ${color} - printf %s ' ' - done - tput sgr0 - echo -done - -for y in 0 1; do - printf %s ' ' - for color in 4 0 5 0 6 0 7; do - tput setab ${color} - printf %s ' ' - done - tput sgr0 - echo -done - -for y in $(seq 0 2); do - printf %s ' ' - for color in 4 4 4 4 4 7 7 7 7 7 5 5 5 5 5 0 0 0 0 0 0 0 0 0 0 0 0 0; do - tput setab ${color} - printf %s ' ' - done - tput sgr0 - echo -done - -echo -- cgit v1.2.3