#!/bin/bash

if [ "$1" != "" ]; then
   echo "$1" | /usr/bin/wall
fi
exit 0
