https://github.com/polyluxus/runmercury.bash
alternative startup scripts for the application mercury from CCDC
https://github.com/polyluxus/runmercury.bash
Last synced: 8 months ago
JSON representation
alternative startup scripts for the application mercury from CCDC
- Host: GitHub
- URL: https://github.com/polyluxus/runmercury.bash
- Owner: polyluxus
- Created: 2018-02-07T11:54:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T12:27:57.000Z (over 8 years ago)
- Last Synced: 2025-01-05T04:20:16.440Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# runMercury.bash
This collection of scripts replaces the startup scripts included in the original distribution of
[Mercury 3.10](https://www.ccdc.cam.ac.uk/solutions/csd-system/components/mercury/), to be found in
```
/path/to/mercury/bin
```
I have deliberately chosen to suffix them with `.bash`, to distinguish them from the originals,
which use `.sh` or no suffix. Symbolic links with the original file names are also included.
The scripts should not break on creating a symbolic links to them anymore, i.e. creating a
`ln -s /path/to/mercury/mercury.bash mercury` in `~/bin` (which I recommend to include in `$PATH`)
will not brake the call of the program.
They have been checked with [`shellcheck`](https://www.shellcheck.net/) and returned no error.
Obviously, **use them on your own risk**! There is no warrenty, whatsoever.
Martin, February 2018