index
:
vyos-workflow-test-temp.git
T6415-secret-check
T6449-title-issue
current
darker
equuleus
feature/T632-backport-check
feature/T6392-backport
feature/T6392-backport-action
feature/T6392-backport-wo-action
feature/T6491-codeql-py-version-update
feature/check-backport-action
feature/darker
feature/eq-upadte
feature/import-path-check
feature/pr-checks
feature/pr-comment
feature/pr-trigger-check
feature/sa-update
feature/test-darker
main
mergify/bp/current/pr-4
sagitta
This is the temp/test repo to validate the workflows (mirror of https://github.com/vyos/vyos-workflow-test-temp.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
completion
/
list_protocols.sh
blob: e9d50a70fe6a0a2872cf09e70aacc9069c2dbe85 (
plain
)
1
2
3
#!/bin/sh grep -v '^#' /etc/protocols | awk 'BEGIN {ORS=""} {if ($3) {print TRS $1; TRS=" "}}'