Browse Source

init commit

Noah Vogt 4 years ago
commit
b3cac542ac
3 changed files with 13 additions and 0 deletions
  1. 1 0
      src/piper
  2. 9 0
      src/read-from-input.py
  3. 3 0
      tests/testfile

+ 1 - 0
src/piper

@@ -0,0 +1 @@
+sed 's/,/\n/; s/4/quarter/'

+ 9 - 0
src/read-from-input.py

@@ -0,0 +1,9 @@
+import sys
+
+l = []
+
+for line in sys.stdin:
+    #print(line.rstrip())
+    l.append(line.rstrip())
+
+print(l)

+ 3 - 0
tests/testfile

@@ -0,0 +1,3 @@
+4,C4
+4,C3
+4,D#4