summaryrefslogtreecommitdiff
path: root/graphics/mol2chemfig/install/mol2chemfig-1.5/mol2chemfig.cmd
blob: 4ae3ea1fe189ef178c4aa646b788ee8237fb6e0c (plain)
1
2
3
4
5
6
7
@setlocal enableextensions & python -x %~f0 %* & goto :EOF
# windows version of the command line script

import sys
from mol2chemfig.processor import process

print process(rawargs=sys.argv[1:], progname=sys.argv[0])