6 lines
93 B
Bash
6 lines
93 B
Bash
#!/bin/sh
|
|
|
|
$SNAP/sbin/zebra --version
|
|
$SNAP/bin/cat $SNAP/doc/extra_version_info.txt
|
|
|
|
exit 0
|