Adding Admin and Shared scripts
This commit is contained in:
8
Shared/expand-all
Executable file
8
Shared/expand-all
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in $(find "$PWD" -type d); do
|
||||
cd $i;
|
||||
for j in $(find . -maxdepth 1 -type f); do
|
||||
gunzip $j;
|
||||
done
|
||||
done
|
||||
Reference in New Issue
Block a user