From 24f696744d8fd5f1a471a549ec94da06b3a6d1d3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 12 Nov 2018 22:49:54 -0800 Subject: cleanup after python codegen --- python/codegen_python_client.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/codegen_python_client.sh b/python/codegen_python_client.sh index f99986bb..3344c214 100755 --- a/python/codegen_python_client.sh +++ b/python/codegen_python_client.sh @@ -23,4 +23,5 @@ 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 -#rm -rf $OUTPUT +# safer than 'rm -rf $OUTPUT' +mv $OUTPUT /tmp -- cgit v1.2.3