Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 707 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 707 Bytes

basf2-starters-workshop-2021

Exercises of the 7th Belle II Starter Kit Workshop based on the Online Textbook, release-05-01-16

Please be aware that you need a Belle 2 account to access all the resources linked in this repository.

Tips and tricks

  • To copy a file from my kekcc server to my localhost:

    scp kekcc:/home/belle2/<user>/<filepath> <localpath>
    
  • To copy a whole directory from my kekcc server to my localhost (the files will be copied to <localpath>/<directory>):

    scp -rp kekcc:/home/belle2/<user>/<directory> <localpath>