Advertisement
AthabaskanCoreMiner

set_muvi_pro_date.sh

Jul 28th, 2016
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/bash
  2. # Sets the date on a Veho VCC MUVI-PRO micro camera
  3. # Usage: set_muvi_pro_date.sh /dev/sdb
  4.  
  5. mount "${1}" /mnt &&
  6. date +"%Y.%m.%d %H:%M:%S" > /mnt/time.txt &&
  7. umount /mnt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement