remove 06 to start packaging tcc and musl
This commit is contained in:
parent
6bf4df85da
commit
4715742aa8
176 changed files with 27 additions and 72392 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd 06 && ./zsh 2>&1 | less -R +F
|
||||
cd 06 && ./zigsh 2>&1 | less -R +F
|
||||
|
|
6
scripts/script1.sh
Executable file
6
scripts/script1.sh
Executable 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"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue