Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

File: [Platon] / dead / mail2sms / test.sh (download)

Revision 1.2, Fri Nov 16 19:30:01 2001 UTC (22 years, 4 months ago) by host8


Changes since 1.1: +1 -1 lines

Patched bug in declaration/definition of global variable debug.

#!/bin/bash

if [ $# != 2 ]; then
    echo ;
    echo "Usage: $0 <site> <debug-level>"
    echo ;
    exit 1;
fi

(echo "mtnsms-test"; date ) | ./mail2sms --number 421903838302 --nomail --gate $1 --debug=$2


Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top