mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
6 lines
60 B
Bash
Executable File
6 lines
60 B
Bash
Executable File
#!/bin/sh
|
|
file=$1
|
|
../src/pcp1 -C $file | awk '{print $4}'
|
|
|
|
|