Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Sunday, July 13, 2025

File: [Platon] / scripts / shell / votemail / votemail.sh (download)

Revision 1.2, Sun Nov 9 19:13:57 2003 UTC (21 years, 8 months ago) by nepto


Changes since 1.1: +1 -1 lines

Changed $Id$ for $Platon$.

#!/bin/sh

# votemail.sh
# Author: Lubomir Host 'rajo' <host8@kepler.fmph.uniba.sk>

# $Id: votemail.sh,v 1.2 2003/11/09 19:13:57 nepto Exp $

p=`basename $0`
TMPFILE=`mktemp -q /tmp/$p.XXXXXX`
if [ $? -ne 0 ]; then
    echo "$0: Can't create temp file, exiting..."
    exit 1
fi

# Save standard input to temfile
cat > $TMPFILE

awk -f functions.awk -- $TMPFILE

# Remove temfile
rm -f $TMPFILE


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