Repo created
This commit is contained in:
parent
51cf8bb4f9
commit
ee0cddf35c
548 changed files with 93129 additions and 2 deletions
11
scripts/reverse.sh
Executable file
11
scripts/reverse.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
for d in */ ; do
|
||||
while read line
|
||||
do
|
||||
key=`echo "$line" | cut -d'=' -f2`
|
||||
value=`echo "$line" | cut -d'=' -f1`
|
||||
if [ $key"/" = $d ]
|
||||
then
|
||||
mv $d $value
|
||||
fi
|
||||
done < convert.properties
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue