Restructure.

This commit is contained in:
Brad Nelson
2024-01-01 16:34:02 -08:00
parent a69961d90d
commit 8987068dac
5 changed files with 28 additions and 10 deletions

5
tools/posixify.py Executable file
View File

@ -0,0 +1,5 @@
#! /usr/bin/env python3
import sys
sys.stdout.write(sys.stdin.read().replace('\\', '/'))