9 lines
125 B
Bash
9 lines
125 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
rm -rf headerRemoved*
|
|
|
|
rm -rf new-example.csv
|
|
rm -rf new-example2.csv
|
|
rm -rf .ipynb_checkpoints |