summaryrefslogtreecommitdiffstats
path: root/snapcraft/scripts/show_version
blob: ca1c2aa28de089bbd4c4404d9965a86b39e4794d (plain)
1
2
3
4
5
6
#!/bin/sh

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

exit 0