7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
|
#!/bin/bash -x
|
||
|
|
||
|
# this is the awesome gocomplete from github.com/posener/complete
|
||
|
|
||
|
mkdir -p files/usr/bin
|
||
|
cp ~/go/bin/gocomplete files/usr/bin
|