5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
BARYDATAS="WS/log.barycentres"
|
||
|
|
||
|
wc -l $BARYDATAS
|