1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-03-18 20:06:05 -04:00
veilid/package/cargo_version.sh
2022-05-16 11:52:48 -04:00

5 lines
76 B
Bash
Executable File

#!/bin/bash
INPUTFILE=$1
cat $1 | grep version | head -n 1 | cut -d\" -f 2