mirror of
https://github.com/id-Software/Quake.git
synced 2026-03-20 00:49:48 +01:00
The Quake sources as originally release under the GPL license on December 21, 1999
This commit is contained in:
8
QW/fixskins.sh
Normal file
8
QW/fixskins.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
for x in *; do
|
||||
y=`echo $x | tr '[A-Z]' '[a-z]'`
|
||||
if [ $x != $y ]; then
|
||||
mv $x $y
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user