]> git.vomp.tv Git - vompclient.git/blob - select-platform
Add files missing in last commit, is still not working
[vompclient.git] / select-platform
1 #!/bin/bash
2
3 if grep -q BCM2708 /proc/cpuinfo ; then
4   echo "raspberry"
5 else
6   echo "mvp"
7 fi