#!/bin/bash if [ "x$1" != "x$2"] ; then exit 1 fi echo "print $1 blabla" >> /tmp/testprint-scenari.log