Wykonanie czasu bicia
start=`date +%s`
stuff
end=`date +%s`
runtime=$((end-start))
Better Buzzard
start=`date +%s`
stuff
end=`date +%s`
runtime=$((end-start))