Add all git folders
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
ls -l | awk '{ if ((NR + 1) % 2 == 0) print $0 }'
|
||||
Reference in New Issue
Block a user