Skip to content

Instantly share code, notes, and snippets.

@dwmarshall
Created February 15, 2015 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwmarshall/393626c3dd6ba3900697 to your computer and use it in GitHub Desktop.
Save dwmarshall/393626c3dd6ba3900697 to your computer and use it in GitHub Desktop.
./copy-files.sh META-NNNN
#!/bin/bash
mkdir -p ../imports/$1
mv -v data.csv ../imports/$1/$1-data.csv
mv -v data_users.csv ../imports/$1/$1-data_users.csv
mv -v bugzilla_to_jira.log ../imports/$1/$1-bugzilla_to_jira.log
cp -nv config.txt ../imports/$1/$1-config.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment