First commit

This commit is contained in:
2026-03-12 12:47:57 +05:30
commit 6dcc541e7e
59 changed files with 2214 additions and 0 deletions

4
colorscripts/blocks1 Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/env bash
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;')"