diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-25 17:55:27 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-25 17:55:27 -0400 |
commit | 6312ef191a9ab7466ec72bb3aba7138816062c2f (patch) | |
tree | f7b267d110190ecad3f3c28aa3b5e8143936e03c /.local/bin/blocks | |
parent | 1b23fd869dc468c8469517761c17d4238a8d104f (diff) |
Cleanup useless/unused shell scripts
Diffstat (limited to '.local/bin/blocks')
-rwxr-xr-x | .local/bin/blocks | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.local/bin/blocks b/.local/bin/blocks deleted file mode 100755 index 4e0ce6c..0000000 --- a/.local/bin/blocks +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/sh -pcs() { for i in {0..7}; do echo -en "\e[${1}$((30+$i))m \u2588\u2588 \e[0m"; done; } -printf "\n%s\n%s\n\n" "$(pcs)" "$(pcs '1;')" |