Add boilerplate
This commit is contained in:
commit
4234866a38
6 changed files with 354 additions and 0 deletions
12
bin/mechanicaldiff.py
Executable file
12
bin/mechanicaldiff.py
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
def main():
|
||||
data = sys.stdin.read()
|
||||
sys.stdout.write(data)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue