Skip to content

Commit

Permalink
analyze: add #! and chmod +x some python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
spernsteiner committed Dec 9, 2024
1 parent 6676ebf commit 74d3226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions c2rust-analyze/scripts/auto_fix_errors.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
from collections import defaultdict, namedtuple
import json
Expand Down
1 change: 1 addition & 0 deletions c2rust-analyze/scripts/extract_working_defs.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Script for extracting defs on which rewriting succeeded. Currently, this is
specific to lighttpd_rust_amalgamated, but it could be generalized to work on
Expand Down

0 comments on commit 74d3226

Please sign in to comment.