This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| echo dump | socat stdio tcp6:[::1]:33123 | awk ' | |
| BEGIN { | |
| i = 0 | |
| ORS = "" | |
| } | |
| { | |
| if ($2 == "route" && $9 == "yes") { | |
| if (i == 0) { | |
| print "if " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Vue 4 hrs 9 mins βββββββββββββββββββββ 28.9% | |
| Nix 3 hrs 55 mins βββββββββββββββββββββ 27.3% | |
| Rust 2 hrs 38 mins βββββββββββββββββββββ 18.3% | |
| Markdown 2 hrs 21 mins βββββββββββββββββββββ 16.4% | |
| TypeScript 50 mins βββββββββββββββββββββ 5.8% |