diff --git a/recup_num.sh b/recup_num.sh new file mode 100755 index 0000000..11489cf --- /dev/null +++ b/recup_num.sh @@ -0,0 +1,6 @@ +#! /bin/sh + + +aconnect -i | grep 'LPK25' | sed -e 's/^[^0-9]*\([0-9][0-9]\).*/\1/' > num_count.txt +sed -n '1p' num_count.txt > num_count2.txt + -- libgit2 0.21.2