aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools/build_interface_so
blob: 626e707c6ceb2d0361b3eca7fc29d66faa6d9d37 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

if [[ $# != 2 ]]; then
   echo "Usage: $0 <so> <interface so>" 1>&2
   exit 1
fi

exec cp $1 $2