Skip to content

Commit

Permalink
Added a stern talking-to.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 16, 2015
1 parent a5721f4 commit 0858c5b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions make.sh
Expand Up @@ -25,5 +25,22 @@ else
exit 1
fi

set +e
set +x
echo ""
echo ""
echo ""
echo "HEY, PAY ATTENTION."
echo ""
echo "By default, this test app will RESET ALL YOUR ACHIEVEMENTS in Postal 1,"
echo " assuming you own that game on Steam. If you don't own that game on"
echo " Steam, this test app won't work. Please plan accordingly."
echo ""
echo ""
echo ""
echo 'You can run "steamshim" now, which will launch "testapp" by default and'
echo 'NUKE ALL YOUR ACHIEVEMENTS in Postal 1. Seriously, watch out.'
echo ""

exit 0

0 comments on commit 0858c5b

Please sign in to comment.