This commit is contained in:
idk
2019-08-14 16:15:50 -04:00
parent 888fe2e1bb
commit 7c0d7cb0d5
7 changed files with 16 additions and 1948 deletions

View File

@ -27,8 +27,8 @@ echo:
find . -path ./.go -prune -o -name "*.go" -exec cat {} \; | nl
recopy:
find ./tcp/ -name '*.go' -exec cp -rv {} . \;
sed -i '1s|^|//AUTO-GENERATED FOR BACKWARD COMPATIBILITY, USE ./tcp in the future\n|' *.go
#find ./tcp/ -name '*.go' -exec cp -rv {} . \;
#sed -i '1s|^|//AUTO-GENERATED FOR BACKWARD COMPATIBILITY, USE ./tcp in the future\n|' *.go
## TODO: Remove this, replace with something right
fix-debian: