Re: OT: Slack Live Test in alt.os.linux.slackware, on Friday 25 June 2004 11:13 am, paul wisehart
wrote:
> On 25 Jun 2004 10:21:59 -0700, Rich Grise <richardgrise@yahoo.com> wrote:
>> Plus, a google groups post test.
>
>
> #!/bin/sh
>
> if [ $# -ne 1 ] ; then
> echo "usage: $0 <newsgroup-i-posted-to>"
> exit 1
> fi
> GROUP_I_POSTED_TO=$1
> GROUP_I_SHOULDVE_POSTED_TO='alt.test'
>
> if [ "X${GROUP_I_POSTED_TO}" != "X${GROUP_I_SHOULDVE_POSTED_TO}" ] ; then
> echo "I should've posted to \"${GROUP_I_SHOULDVE_POSTED_TO}\""
> else
> echo "Yay me!, I posted to the right group."
> fi
But I didn't _want_ to post to alt.test, because a.o.l.s is the group
I wanted to post to, and I wasn't sure if google would post to an
alt group.
Thanks!
Rich |