Open alecjohnson opened 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.
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:
To this end, I am creating a scripts subdirectory. If this directory is placed in your path, e.g. via
then the commands above should work appropriately.