mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-04-04 19:50:31 +02:00
Add script to CHMOD every file in the repository
- Added "chmod_all.sh" and chmod-ed everything
This commit is contained in:
parent
a33a19cb32
commit
7f216c621d
minetestforfun_game/mods
boats/models
bucket/textures
default/textures
default_river_water.pngdefault_river_water_flowing_animated.pngdefault_river_water_source_animated.png
xpanes/textures
mods/death_messages/sounds
other_things
0
minetestforfun_game/mods/boats/models/boat.obj
Normal file → Executable file
0
minetestforfun_game/mods/boats/models/boat.obj
Normal file → Executable file
0
minetestforfun_game/mods/bucket/textures/bucket_river_water.png
Normal file → Executable file
0
minetestforfun_game/mods/bucket/textures/bucket_river_water.png
Normal file → Executable file
Before ![]() (image error) Size: 316 B After ![]() (image error) Size: 316 B ![]() ![]() |
0
minetestforfun_game/mods/default/textures/default_river_water.png
Normal file → Executable file
0
minetestforfun_game/mods/default/textures/default_river_water.png
Normal file → Executable file
Before ![]() (image error) Size: 716 B After ![]() (image error) Size: 716 B ![]() ![]() |
0
minetestforfun_game/mods/default/textures/default_river_water_flowing_animated.png
Normal file → Executable file
0
minetestforfun_game/mods/default/textures/default_river_water_flowing_animated.png
Normal file → Executable file
Before ![]() (image error) Size: 5.7 KiB After ![]() (image error) Size: 5.7 KiB ![]() ![]() |
0
minetestforfun_game/mods/default/textures/default_river_water_source_animated.png
Normal file → Executable file
0
minetestforfun_game/mods/default/textures/default_river_water_source_animated.png
Normal file → Executable file
Before ![]() (image error) Size: 4.8 KiB After ![]() (image error) Size: 4.8 KiB ![]() ![]() |
0
minetestforfun_game/mods/xpanes/textures/xpanes_bar.png
Normal file → Executable file
0
minetestforfun_game/mods/xpanes/textures/xpanes_bar.png
Normal file → Executable file
Before ![]() (image error) Size: 180 B After ![]() (image error) Size: 180 B ![]() ![]() |
0
mods/death_messages/sounds/death_messages_player_2.ogg
Normal file → Executable file
0
mods/death_messages/sounds/death_messages_player_2.ogg
Normal file → Executable file
14
other_things/scripts/chmod_all.sh
Executable file
14
other_things/scripts/chmod_all.sh
Executable 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
0
other_things/unused_sounds/disparition.ogg
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user