From 2888327e9edca05d50bc6d71bf68166ee0fabcfe Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Nov 2018 12:28:20 -0800 Subject: more python client library tomfoolery --- python/codegen_python_client.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/codegen_python_client.sh') diff --git a/python/codegen_python_client.sh b/python/codegen_python_client.sh index 3344c214..7cc7aa63 100755 --- a/python/codegen_python_client.sh +++ b/python/codegen_python_client.sh @@ -22,6 +22,6 @@ mkdir -p fatcat_client mkdir -p tests/codegen_tests cp -r $OUTPUT/fatcat_client/* fatcat_client cp -r $OUTPUT/test/* tests/codegen_tests -cp $OUTPUT/README.md README_codegen.md -# safer than 'rm -rf $OUTPUT' -mv $OUTPUT /tmp +cp $OUTPUT/README.md fatcat_client/README.md +# ooo, this makes me nervous +rm -rf $OUTPUT -- cgit v1.2.3