GITLAB
aarnaude
/
Orchestre_Electronique_P19_IMA4SC_S8
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
73dd3872c9d98c78b30ec6bf8f08943209cb0d66
Authored by
aarnaude
2017-04-05 14:37:26 +0200
1 parent
30f3c908
recup numero midi keyboard
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
recup_num.sh
Inline
Side-by-side
recup_num.sh
0 → 100755
Wrap text
Show/Hide comments
View file @
73dd387
...
...
@@ -0,0 +1,6 @@
1
+#! /bin/sh
2
+
3
+
4
+aconnect -i | grep 'LPK25' | sed -e 's/^[^0-9]*\([0-9][0-9]\).*/\1/' > num_count.txt
5
+sed -n '1p' num_count.txt > num_count2.txt
6
+
...
...