mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
8 lines
197 B
Python
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]))
|