Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 558 Bytes

SETUP_FOR_INSTRUCTORS.md

File metadata and controls

27 lines (20 loc) · 558 Bytes

Create workshop subdir.

mkdir <workshop name>

Get files.

wget https://raw.githubusercontent.com/nesi/hpc-intro/gh-pages-nesi/_includes/example_scripts/example_job.sh
wget https://raw.githubusercontent.com/nesi/hpc-intro/gh-pages-nesi/_includes/example_scripts/matrix_sum.r -O {{ site.example.script }} 
wget https://raw.githubusercontent.com/nesi/hpc-intro/gh-pages-nesi/_includes/example_scripts/whothis.sh
mkdir birds
cd birds
touch kaka.txt kakapo.jpeg kea.txt kiwi.jpeg pukeko.jpeg

Set permissions.

chmod -R 755*