Skip to content

Instantly share code, notes, and snippets.

View jeanparpaillon's full-sized avatar

Jean Parpaillon jeanparpaillon

View GitHub Profile

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@jeanparpaillon
jeanparpaillon / ffcast
Last active September 24, 2018 15:59
ffmpeg screen casting
#!/bin/bash
function at_exit {
sudo rmmod v4l2loopback 2> /dev/null
}
function usage {
echo "Usage: $0 [<screen>]"
}
#!/bin/sh
touch /opt/THIS-IS-A-TEST
exit 0