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
| Rust 11 hrs 42 mins βββββββββββββββββββββ 75.5% | |
| Nix 1 hr 41 mins βββββββββββββββββββββ 10.9% | |
| Other 29 mins βββββββββββββββββββββ 3.2% | |
| Bash 22 mins βββββββββββββββββββββ 2.4% | |
| Devicetree 21 mins βββββββββββββββββββββ 2.3% |
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 " |