Skip to content

Commit

Permalink
Add script to rm files created by the csv example
Browse files Browse the repository at this point in the history
  • Loading branch information
gkielian committed Nov 11, 2023
1 parent e140a58 commit 9d31852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/csv_data/clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

rm *.bin *.pkl *.csv 2> /dev/null

0 comments on commit 9d31852

Please sign in to comment.