xsv 0.13.0

A high performance CSV command line toolkit.
1
2
3
4
5
6
7
8
9
#!/bin/sh

version=$(git describe --abbrev=0 --tags)
name="xsv-$version-x86_64-unknown-linux-gnu"

./scripts/build-release
github-release upload --user BurntSushi --repo xsv --tag $version \
  --name "$name.tar.gz" \
  --file "./builds/$name.tar.gz"