write a command line script that takes several csv files as arguments. each csv file (found in the `fixtures` directory of this repo) will have the same columns. your script should output a new csv file to `stdout` that contains the rows from each of the inputs along with an additional column that has the filename from which the row came (only the file's basename, not the entire path). use `filename` as the header for the additional column.