Skip to content

Instantly share code, notes, and snippets.

@maxrp
Created July 29, 2016 03:26
Show Gist options
  • Save maxrp/b9d5d7306a8fb73e39b818ee21cd1076 to your computer and use it in GitHub Desktop.
Save maxrp/b9d5d7306a8fb73e39b818ee21cd1076 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Sets the date on a Veho VCC MUVI-PRO micro camera
# Usage: set_muvi_pro_date.sh /dev/sdb
mount "${1}" /mnt &&
date +"%Y.%m.%d %H:%M:%S" > /mnt/time.txt &&
umount /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment