Skip to content

Instantly share code, notes, and snippets.

View andyseubert's full-sized avatar

Andrew Seubert andyseubert

View GitHub Profile

Keybase proof

I hereby claim:

  • I am andyseubert on github.
  • I am andyseubert (https://keybase.io/andyseubert) on keybase.
  • I have a public key ASABEpseOEyA9pKbNr2dMMGPm9pp3mkEdVObHeWwhJglZwo

To claim this, I am signing this object:

@andyseubert
andyseubert / copyncatvids.sh
Last active June 10, 2018 19:49
WYZE Cam copy files from webcam SD locally mounted and concatenate the videos
#!/bin/bash
#get yesterday's date formatted
YSTRDT=$(date -v-1d +%Y%m%d)
CAMNAME="FRONT"
STARTFOLDER="/Volumes/Untitled/record"
for DAYDIR in $(find $STARTFOLDER/ -type d -maxdepth 1 -name '20*')
do