Adding imagemagick, adding script to take webcam photo and upload to website. Adding vimperatorrc
This commit is contained in:
7
bin/start_website_photos
Executable file
7
bin/start_website_photos
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
while [ 1 ];
|
||||
do
|
||||
imagesnap - | convert - -resize "50%" jpeg:- | ssh dustinswan@dustinswan.org "cat > /srv/http/dustinswan.org/dustin.jpg"
|
||||
sleep 10;
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user