summaryrefslogtreecommitdiff
path: root/main/new_example.bash
diff options
context:
space:
mode:
Diffstat (limited to 'main/new_example.bash')
-rw-r--r--main/new_example.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/new_example.bash b/main/new_example.bash
new file mode 100644
index 0000000..2a5e816
--- /dev/null
+++ b/main/new_example.bash
@@ -0,0 +1,2 @@
+new_example() { ex=$(cat ~/MIDI_FILES/type0 | sort -R | sed -n 1p); cp ~/MIDI_FILES/files/$ex /tmp/example.mid ; cp /tmp/example.mid ~/example.mid; }
+new_example