CmPA / iPic3D

Particle-in-Cell code using the implicit moment method
72 stars 56 forks source link

create ipic scripts system #49

Open alecjohnson opened 11 years ago

alecjohnson commented 11 years ago

I want to check in the beginnings of an ipic command line system with a calling syntax analogous to git or hg. The initially supported commands are:

  ipic ctags
  ipic help
  ipic help ctags
  ipic help mic

To this end, I am creating a scripts subdirectory. If this directory is placed in your path, e.g. via

export PATH="$HOME/ipic3d/scripts:$PATH"

then the commands above should work appropriately.