IMCtermite/python/setup.sh

6 lines
117 B
Bash
Executable File

#!/bin/bash
cat README.md | grep '^# IMCtermite' -A 50000 > python/README.md
cp -r lib python/
cp -v LICENSE python