Sign in
third-party-mirror
/
linux-rdma
/
rdma-core
/
7c3c6edc720e28ac969f433690a9be6896212d4a
/
.
/
buildlib
/
relpath
blob: 965ce37d3db61fc0509c24e3f837ed67ac2489e4 [
file
] [
log
] [
blame
]
#!/usr/bin/env python
# Copyright 2017 Mellanox Technologies, Inc.
# Licensed under BSD (MIT variant) or GPLv2. See COPYING.
import
os
import
sys
print
(
os
.
path
.
relpath
(
sys
.
argv
[
1
],
sys
.
argv
[
2
]))