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