summaryrefslogtreecommitdiffstats
path: root/release/scripts/games-install.sh
blob: 1b907b2af2f070b87c0a50f83eb10be7af4f607b (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
cat games.?? | tar --unlink -xpzf - -C /
exit 0
OpenPOWER on IntegriCloud