Skip to content

Instantly share code, notes, and snippets.

@hedgeven
hedgeven / annotate_exif_date.sh
Created December 9, 2013 08:57
Script for annotation of EXIF-date on photos
#!/bin/bash
[[ ! -z $1 ]] && [[ -d $1 ]] && input_dir=$1 || input_dir=`pwd`
file_mask="*.JPG"
font_name="DejaVu-Sans-Book" # see all available variants: convert -list font|grep Font
output_dir="output"
color=white
font_size=32
cd ${input_dir}
#!/bin/bash
#
# This script performs NOD virus database updates for clients listed in the file $clients
#
# Format $clients:
# -==== router_ip ====-
# client_ip
# client_ip
# client_ip
# -==== router_ip ====-