File: show_version

package info (click to toggle)
frr 7.5.1-1.1%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 30,144 kB
  • sloc: ansic: 476,364; sh: 6,038; python: 2,630; cpp: 1,127; makefile: 697; perl: 606; yacc: 368; lex: 337; lisp: 62
file content (6 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh

$SNAP/sbin/zebra --version
$SNAP/bin/cat $SNAP/doc/extra_version_info.txt

exit 0