Skip to content
Snippets Groups Projects
Commit bdf22df1 authored by F. Battistig's avatar F. Battistig
Browse files

removed work in progress scripts from master to a new branch

parent 754d56c7
Branches master
No related tags found
No related merge requests found
#!/bin/bash
cp -r ./StudentWorkspace/* /srv/nbgrader/exchange/testrepo/inbound/fred01/
#!/bin/bash
cp -r /srv/nbgrader/exchange/testrepo/outbound/* ./StudentWorkspace/
#!/bin/bash
rm ~/Documents/testrepo/source/Lesson3/Lesson3Assignment.ipynb
rm ~/Documents/testrepo/source/Lesson3/.ipynb_checkpoints/*
rm ~/Documents/testrepo/source/Lesson5/*
rm ~/Documents/testrepo/source/Lesson6/*
rm ~/Documents/testrepo/source/Lesson7/*
cp ~/Documents/Ported_exerc/Lesson3Assignment.ipynb ~/Documents/testrepo/source/Lesson3/
cp ~/Documents/Ported_exerc/Lesson5Assignment.ipynb ~/Documents/testrepo/source/Lesson5/
cp ~/Documents/Ported_exerc/Lesson6Assignment.ipynb ~/Documents/testrepo/source/Lesson6/
cp ~/Documents/Ported_exerc/Lesson7Assignment.ipynb ~/Documents/testrepo/source/Lesson7/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment