Commit 73dd3872c9d98c78b30ec6bf8f08943209cb0d66

Authored by aarnaude
1 parent 30f3c908

recup numero midi keyboard

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
recup_num.sh 0 → 100755
... ... @@ -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 +
... ...