# HG changeset patch # User hackbot # Date 1622252200 0 # Node ID b54f7b8da660801141d507d3728778c259c6b9d0 # Parent 1e0f6cf6ad6bec3abf411ff9d0a7a9e6e1535efe bashify /hackenv/bin/envdemo diff -r 1e0f6cf6ad6b -r b54f7b8da660 bin/envdemo --- a/bin/envdemo Sat May 29 01:36:33 2021 +0000 +++ b/bin/envdemo Sat May 29 01:36:40 2021 +0000 @@ -1,1 +1,2 @@ +#!/bin/bash echo ":${IRC_NICK}!${IRC_IDENT}@${IRC_HOST} ${IRC_COMMAND} ${IRC_TARGET} :${IRC_MESSAGE}"