Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# clone fc2k-testing-framework library directly from ITER repository
# note that it's a good idea to store as many files as possible inside $ITMWORK
# $HOME - at Gateway - has quota limit

$ mkdir $ITMWORK/projects
$ cd $ITMWORK/projects
$ git clone ssh://git@git.iter.org/imex/fc2k-testing-framework.git
 
# OR copy from this location
$ cp -r $SWIMASDIR/pfs/workresources/g2dfigat/tutorials/Poznan-2019-10-PSNC/fc2k-testing-framework .

...