Add all git folders
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
find . \( -type f -o -type d \) | wc -l | tr -d ' '
|
||||
Reference in New Issue
Block a user