Skip to content

Commit

Permalink
Copy the notebooks to students homes
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto Villa committed Jun 30, 2018
1 parent 6d5ad34 commit f1fe3c2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions make-users-std-password.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ do
chown -R user${i} /home/user${i}/.jupyter
chmod -R u+rX /home/user${i}/.jupyter

#cp -r /home/fenics/Installations/labs/Labs /home/user${i}/
#chown -R user${i} /home/user${i}/Labs
#chmod -R u+rX /home/user${i}/Labs

mkdir /home/user${i}/Labs
echo "Each day of the school we will automatically add material to this folder for corresponding lab session." > /home/user${i}/Labs/README
cp -r /home/fenics/Installations/labs/Labs /home/user${i}/
chown -R user${i} /home/user${i}/Labs
chmod -R u+rX /home/user${i}/Labs

Expand Down

0 comments on commit f1fe3c2

Please sign in to comment.