2 changed files with 13 additions and 1 deletions
@ -0,0 +1,7 @@ |
|||||
|
#!/usr/bin/env python |
||||
|
|
||||
|
import os |
||||
|
import sys |
||||
|
|
||||
|
# Dirty hack for netlify that don't ship the realpath command |
||||
|
print(os.path.realpath(sys.argv[1])) |
||||
Loading…
Reference in new issue