mirror of
https://github.com/bvanroll/college-pentesting.git
synced 2025-08-29 12:02:46 +00:00
12 lines
146 B
Bash
Executable File
12 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $Id: video.sh, v1.00 2009-11-11 andy
|
|
#
|
|
# usage: video.sh
|
|
#
|
|
|
|
echo "**** video.sh ***"
|
|
|
|
killall -q uvc_stream
|
|
sleep 3
|
|
uvc_stream -b & |