From b6e94ce2128968d83b0714904b251de434b58ab2 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 4 Apr 2025 13:42:58 +0200 Subject: refactor: move shell logic into build.go --- fetch_and_build.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 fetch_and_build.sh (limited to 'fetch_and_build.sh') 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 -- cgit v1.2.3