v2.0.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
SCRIPTS="$(find ./ -name '*.sh')"
|
||||
for F in $SCRIPTS
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for f in $(find ./ -name '*.sh')
|
||||
do
|
||||
echo "$F"
|
||||
chmod +x "$F"
|
||||
chmod a+x "$f"
|
||||
ls -lh "$f"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user