Files
ueforth/tools/posixify.py
Brad Nelson 8987068dac Restructure.
2024-01-01 16:34:02 -08:00

6 lines
91 B
Python
Executable File

#! /usr/bin/env python3
import sys
sys.stdout.write(sys.stdin.read().replace('\\', '/'))