Restructure.
This commit is contained in:
5
tools/posixify.py
Executable file
5
tools/posixify.py
Executable file
@ -0,0 +1,5 @@
|
||||
#! /usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
sys.stdout.write(sys.stdin.read().replace('\\', '/'))
|
||||
Reference in New Issue
Block a user