~popey/+junk/phablet-flash-wrapper

« back to all changes in this revision

Viewing changes to phablet-flash-wrapper.sh

  • Committer: Alan Pope
  • Date: 2013-08-15 14:40:49 UTC
  • Revision ID: alan.pope@canonical.com-20130815144049-4toe3n22eauivi4y
add script to reboot lots and look for cpu being eaten

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
adb shell rm -r /sdcard/*.zip
49
49
 
50
50
echo ":: Flash device"
51
 
phablet-flash
 
51
phablet-flash cdimage-touch
52
52
FLASH_RESULT=$?
53
53
if [ $FLASH_RESULT == "0" ]; then
54
54
  echo ":: Flash success"