Advertisement
triclops200

update wallpaper kindle

Aug 16th, 2012
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. #!/bin/bash
  2. if [ $# != "1" ]
  3.     then
  4.     echo "First argument should be device location (e.g. /dev/sdb1)"
  5.     exit
  6. fi
  7. sudo mount $1 /mnt/kindle
  8. sudo cp /home/jsvlrt/Pictures/KindleWallpapers/* /mnt/kindle/linkss/screensavers/
  9. sudo touch /mnt/kindle/linkss/reboot
  10. sudo umount /mnt/kindle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement