6 lines
91 B
Python
Executable File
6 lines
91 B
Python
Executable File
#! /usr/bin/env python3
|
|
|
|
import sys
|
|
|
|
sys.stdout.write(sys.stdin.read().replace('\\', '/'))
|