Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
27139f69da245e19a9d901b36cc47db24256015a
/
.
/
aos
/
build
/
mkdirswig
blob: 83403e47c72bc3f0dbe4ccf18a938e950690d3ce [
file
] [
log
] [
blame
]
brians
343bc11
2013-02-10 01:53:46 +0000
[
diff
] [
blame
]
1
#!/bin/bash
2
3
# Creates the directory specified by the first argument and runs swig with the
4
# rest of the arguments.
5
mkdir
-
p $1
6
shift
7
swig $@