summaryrefslogtreecommitdiff
path: root/find.sh
diff options
context:
space:
mode:
Diffstat (limited to 'find.sh')
-rwxr-xr-xfind.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/find.sh b/find.sh
new file mode 100755
index 0000000..17a7e11
--- /dev/null
+++ b/find.sh
@@ -0,0 +1,2 @@
+cd ~/repos-contrib/rust
+git grep -hEo '(un)?stable\(feature =.+\)' library/ | grep -v 'issue = "none"' | sort | uniq