diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-04 13:42:58 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-05 12:10:36 +0200 |
commit | b6e94ce2128968d83b0714904b251de434b58ab2 (patch) | |
tree | 83ddea484512f2bbc1dbd26e0bb239592bb405ff /fetch_and_build.sh | |
parent | d980c8532918a1908b47d2a5571432520e425102 (diff) |
refactor: move shell logic into build.go
Diffstat (limited to 'fetch_and_build.sh')
-rwxr-xr-x | fetch_and_build.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fetch_and_build.sh b/fetch_and_build.sh deleted file mode 100755 index ba1c91c..0000000 --- a/fetch_and_build.sh +++ /dev/null @@ -1,5 +0,0 @@ -(cd caniuse.rs; git checkout main; git pull --ff-only) -(cd rust; git checkout master; git pull --ff-only) -./find.sh | grep -oP '(?<=feature = ")([^"]+)' > lib_feats.txt -rm -r build/ -go run build.go |