remove 06 to start packaging tcc and musl

This commit is contained in:
Dawid Sobczak 2025-04-14 07:44:54 +01:00
parent 6bf4df85da
commit 4715742aa8
176 changed files with 27 additions and 72392 deletions

6
scripts/script1.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
cat 06/ast.dot |
dot -Grankdir=LR -Gmargin=0.7 '-Gbgcolor=#ffffff00' -Gfontname=MonocraftNerdFont -Gcolor=#d5c4a1 -Gfontcolor=#d5c4a1 -Ecolor=#d5c4a1 -Efontcolor=#d5c4a1 -Ncolor=#d5c4a1 -Nfontcolor=#d5c4a1 -Ecolor=white -T png |
kitty +kitten icat && read -n 1 -s -r -p "Press any key to continue"