frr/snapcraft/scripts/show_version

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
93 B
Text
Raw Normal View History

#!/bin/sh
$SNAP/sbin/zebra --version
$SNAP/bin/cat $SNAP/doc/extra_version_info.txt
exit 0