diff options
-rwxr-xr-x | python/codegen_python_client.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |