Posts tagged as:

fi fi

A Shell Script to capture stuff from IP camera under UNIX / BSD / Linux operating systems.

{ 1 comment }

#!/bin/bash
# mybackupadd – Add file to ~/.mybackup file, then backup and email all
# file as tar.gz to your email a/c.
#
# Usage : ./mybackupadd ~/public_html/
#
# Copyright (C) 2004 nixCraft project
# Email : http://cyberciti.biz/fb/
# Date : Aug-2004
# ————————————————————————-
# This program is free software; you can redistribute it and/or
# modify it [...]

{ 0 comments }