#!/bin/bash

cat /usr/local/cpanel/version
exit 0

[root@shared libexec]# cat cpanelversion
#!/bin/bash

cat /usr/local/cpanel/version
exit 0
