Skip to content

Commit ab88f4c

Browse files
committed
added scripts/full_source
1 parent b118078 commit ab88f4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/full_source

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
find . -path "./vendor" -prune -o \( -name "*.rs" -o -name "*.abra" \) -print | while read filename; do echo "--- FILE: $filename ---"; cat "$filename"; echo -e "\n"; done > full_source.txt

0 commit comments

Comments
 (0)