Add script to CHMOD every file in the repository

- Added "chmod_all.sh" and chmod-ed everything
This commit is contained in:
LeMagnesium 2015-06-15 20:12:17 +02:00
parent a33a19cb32
commit 7f216c621d
9 changed files with 14 additions and 0 deletions

0
minetestforfun_game/mods/boats/models/boat.obj Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 316 B

View File

Before

Width:  |  Height:  |  Size: 716 B

After

Width:  |  Height:  |  Size: 716 B

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

0
mods/death_messages/sounds/death_messages_player_2.ogg Normal file → Executable file
View File

View File

@ -0,0 +1,14 @@
#!/bin/sh
#
# Script to chmod all files in the repository at 755
# Script ßý LeMagnesium
#
# Go to repo root
mydir="`dirname "$0"`"
test -d "$mydir" && cd "$mydir/../../"
# CHMOD TIME!
chmod -R 755 .
#EOF

0
other_things/unused_sounds/disparition.ogg Normal file → Executable file
View File