forked from nalc/homedecor_modpack
remove obsolete and broken shell script
This commit is contained in:
parent
546cd7110f
commit
fe1b9a1ef1
13
listnodes.sh
13
listnodes.sh
|
@ -1,13 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
echo "Node listing as of "`date` > nodes.txt
|
|
||||||
|
|
||||||
for i in *.lua; do
|
|
||||||
echo -e "\nIn $i:\n" >> nodes.txt
|
|
||||||
cat $i | grep "minetest.register_node(" | \
|
|
||||||
sed "s/minetest.register_node(.homedecor:/homedecor:/; s/., {//" | \
|
|
||||||
sort >> nodes.txt
|
|
||||||
done
|
|
||||||
|
|
||||||
less nodes.txt
|
|
||||||
rm -f nodes.txt
|
|
Loading…
Reference in New Issue
Block a user