#!/usr/bin/perl

($numberofrun)=@ARGV;

system "count ${numberofrun} > data/sum/Sum${numberofrun}.txt";
