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
| Nix 2 hrs 50 mins βββββββββββββββββββββ 52.6% | |
| Rust 1 hr 20 mins βββββββββββββββββββββ 25.0% | |
| strace 46 mins βββββββββββββββββββββ 14.4% | |
| YAML 13 mins βββββββββββββββββββββ 4.2% | |
| TOML 8 mins βββββββββββββββββββββ 2.6% |
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 " |