#!/bin/bash

# ./haxxx.sh YYYY MM DD

if [ ! -x ./a.sh ] || [ ! -x ./b.pl ]; then
	echo "Vart fan har du gjort av a.sh och b.pl? Sätt executable på dom!!!"
fi


./a.sh $1 $2 $3 | ./b.pl

