#!/usr/local/bin/python2.3
"""Small script to execute the igraph command line interface"""
from igraph.app.shell import main
main()


syntax highlighted by Code2HTML, v. 0.9.1