blob: 83403e47c72bc3f0dbe4ccf18a938e950690d3ce [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001#!/bin/bash
2
3# Creates the directory specified by the first argument and runs swig with the
4# rest of the arguments.
5mkdir -p $1
6shift
7swig $@