Moved old codebase to old-codebase/
This commit is contained in:
1
old-codebase/lib/plrobjs/.gitignore
vendored
Normal file
1
old-codebase/lib/plrobjs/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.objs
|
1
old-codebase/lib/plrobjs/A-E/00
Normal file
1
old-codebase/lib/plrobjs/A-E/00
Normal file
@@ -0,0 +1 @@
|
||||
This is a placeholder file so the directory will be created
|
1
old-codebase/lib/plrobjs/F-J/00
Normal file
1
old-codebase/lib/plrobjs/F-J/00
Normal file
@@ -0,0 +1 @@
|
||||
This is a placeholder file so the directory will be created
|
1
old-codebase/lib/plrobjs/K-O/00
Normal file
1
old-codebase/lib/plrobjs/K-O/00
Normal file
@@ -0,0 +1 @@
|
||||
This is a placeholder file so the directory will be created
|
1
old-codebase/lib/plrobjs/P-T/00
Normal file
1
old-codebase/lib/plrobjs/P-T/00
Normal file
@@ -0,0 +1 @@
|
||||
This is a placeholder file so the directory will be created
|
1
old-codebase/lib/plrobjs/U-Z/00
Normal file
1
old-codebase/lib/plrobjs/U-Z/00
Normal file
@@ -0,0 +1 @@
|
||||
This is a placeholder file so the directory will be created
|
1
old-codebase/lib/plrobjs/ZZZ/00
Normal file
1
old-codebase/lib/plrobjs/ZZZ/00
Normal file
@@ -0,0 +1 @@
|
||||
This is a placeholder file so the directory will be created
|
7
old-codebase/lib/plrobjs/purgedir
Executable file
7
old-codebase/lib/plrobjs/purgedir
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Purging $1"
|
||||
cd $1
|
||||
date >> deleted
|
||||
../../../bin/delobjs ../../etc/players *.objs >> ../deleted
|
||||
cd ..
|
10
old-codebase/lib/plrobjs/purgeobjs
Executable file
10
old-codebase/lib/plrobjs/purgeobjs
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Purging old rent files, please wait..."
|
||||
purgedir A-E
|
||||
purgedir F-J
|
||||
purgedir K-O
|
||||
purgedir P-T
|
||||
purgedir U-Z
|
||||
rm -f ZZZ/*
|
||||
echo "Done."
|
7
old-codebase/lib/plrobjs/searchfor
Executable file
7
old-codebase/lib/plrobjs/searchfor
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../bin/listrent A-E/* | fgrep -i $1
|
||||
../../bin/listrent F-J/* | fgrep -i $1
|
||||
../../bin/listrent K-O/* | fgrep -i $1
|
||||
../../bin/listrent P-T/* | fgrep -i $1
|
||||
../../bin/listrent U-Z/* | fgrep -i $1
|
Reference in New Issue
Block a user