A Shell Script to capture stuff from IP camera under UNIX / BSD / Linux operating systems.
{ 1 comment }
Posts tagged as:
A Shell Script to capture stuff from IP camera under UNIX / BSD / Linux operating systems.
{ 1 comment }
A bash shell script to read file line by line using shell read command and I/O operators.
{ 29 comments }
#!/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 }