1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/usr/rdma-core/buildlib/relpath
2017-10-06 15:13:04 +02:00

8 lines
197 B
Python

#!/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]))