"added" companion script as comments in perl script

This commit is contained in:
Some guy named Michael 2023-07-31 10:35:41 -04:00
parent 8707420344
commit 697e478688

View File

@ -1,5 +1,19 @@
#!/usr/bin/perl
# Companion script:
# #!/bin/bash
# cd
#while true; do
# tput civis;
# clear; tput smul;
# printf "%+50s" "(every 5 mins)";
# tput cub 99; date; tput sgr0; echo;
# perl df-highlight.pl -c 3 -p;
# echo; uptime | cut -d, -f4- | awk '{$1=$1};1' # https://unix.stackexchange.com/a/205854
# tput cnorm; sleep 300;
#done
use warnings;
use strict;
use Term::ANSIColor;