summaryrefslogtreecommitdiffstats
path: root/release/scripts/xperimnt-install.sh
blob: e998c0f5ce600c6481b5e45a1a6e4448d5134e17 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
if [ "`id -u`" != "0" ]; then
	echo "Sorry, this must be done as root."
	exit 1
fi
tar --unlink -xpzf xperimnt.tgz -C /usr/local
exit 0
OpenPOWER on IntegriCloud