4 lines
69 B
Bash
4 lines
69 B
Bash
#/bin/bash
|
|
chmod +x *.sh
|
|
echo "Permissions set for shell scripts"
|
#/bin/bash
|
|
chmod +x *.sh
|
|
echo "Permissions set for shell scripts"
|