mirror of
https://github.com/mid-kid/metroskrew.git
synced 2025-06-18 13:15:40 -04:00
4 lines
82 B
Python
Executable File
4 lines
82 B
Python
Executable File
#!/usr/bin/env python3
|
|
import sys, os.path
|
|
print(os.path.relpath(*sys.argv[1:3]))
|