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 18 hrs 44 mins βββββββββββββββββββββ 76.7% | |
| Nix 2 hrs 51 mins βββββββββββββββββββββ 11.7% | |
| YAML 2 hrs 45 mins βββββββββββββββββββββ 11.3% | |
| Other 4 mins βββββββββββββββββββββ 0.3% | |
| Go 0 secs βββββββββββββββββββββ 0.1% |
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 " |