blob: 83403e47c72bc3f0dbe4ccf18a938e950690d3ce [file] [log] [blame]
#!/bin/bash
# Creates the directory specified by the first argument and runs swig with the
# rest of the arguments.
mkdir -p $1
shift
swig $@