Commit 2231b0bf authored by ONKAR PIYUSH PRPADEEP's avatar ONKAR PIYUSH PRPADEEP

Delete script1.sh

parent a6732e40
#!/bin/bash
awk 'BEGIN {print "Team\tPlayed\tWins\tTied\tPoints";}
NR > 1 { print $1, "\t", $2, "\t", $3, "\t", $4, "\t", $3 * 4 + $4 * 2;
}' $1
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment