summaryrefslogtreecommitdiff
path: root/build
blob: 50afaf60d09848c83fb60274bc2fec4e0887b67c (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -x

# this is the systemd control file
mkdir -p  files/usr/bin/
cp ../virtigoctl/virtigoctl files/usr/bin/

mkdir -p files/usr/share/bash-completion/completions/
virtigo --bash > files/usr/share/bash-completion/completions/virtigo