mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
4 lines
150 B
Bash
Executable file
4 lines
150 B
Bash
Executable file
#!/bin/bash
|
|
cat src/tools/build/config.log || true
|
|
cat src/tools/build/comex/config.log || true
|
|
tail -100 64log || true
|