refactoring, more config, packaging
This commit is contained in:
4
package/cargo_version.sh
Executable file
4
package/cargo_version.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
INPUTFILE=$1
|
||||
cat $1 | grep version | head -n 1 | cut -d\" -f 2
|
||||
Reference in New Issue
Block a user