summaryrefslogtreecommitdiff
path: root/ui/qt5/horizon-ppc64-detect
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-23 00:40:31 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-23 00:40:31 -0600
commitcd4b6c97869ae7f30dca91d0916b46b94e9bc0bf (patch)
treeb6637795ecd085ff437bfd2e5824ecbc2e3c8194 /ui/qt5/horizon-ppc64-detect
parentec3c6667092c94b12be6b94340ee6007f987791f (diff)
downloadhorizon-cd4b6c97869ae7f30dca91d0916b46b94e9bc0bf.tar.gz
horizon-cd4b6c97869ae7f30dca91d0916b46b94e9bc0bf.tar.bz2
horizon-cd4b6c97869ae7f30dca91d0916b46b94e9bc0bf.tar.xz
horizon-cd4b6c97869ae7f30dca91d0916b46b94e9bc0bf.zip
Qt UI: Add horizon-ppc64-detect script
Diffstat (limited to 'ui/qt5/horizon-ppc64-detect')
-rwxr-xr-xui/qt5/horizon-ppc64-detect3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt5/horizon-ppc64-detect b/ui/qt5/horizon-ppc64-detect
new file mode 100755
index 0000000..96d3e83
--- /dev/null
+++ b/ui/qt5/horizon-ppc64-detect
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+grep platform /proc/cpuinfo | cut -d':' -f2 | cut -d' ' -f2 > /tmp/horizon-platform