Okay, here's what I did, and it worked. First, because I had deleted the "pete" file, I unzipped the ROM and pulled the "pete" file from /system/xbin, then pushed it to /system/xbin on my Droid.
Then I used Root Explorer to long-press on the file and open in text editor, and edited all of the CPU commands out (and added "Bugless Beast by Pete" at the end so I would know the script ran), so it looks like this:
#!/system/bin/sh
echo "2560,3840,6400,17920,19200,20480" > /sys/module/lowmemorykiller/parameters/minfree
sleep 42s
busybox killall -q com.cooliris.media
busybox killall -q com.android.mms
busybox killall -q com.android.email
busybox killall -q com.motorola.calendar
busybox killall -q android.process.media
busybox killall -q com.android.deskclock
busybox killall -q com.android.bluetooth
busybox killall -q com.google.android.apps.uploader
busybox killall -q com.android.voicedialer
busybox killall -q com.google.android.voicesearch
busybox killall -q com.android.settings
busybox killall -q com.android.calendar
busybox killall -q com.google.android.apps.maps:FriendService
busybox killall -q com.google.android.gm
busybox killall -q com.amazon.mp3
busybox killall -q com.android.im
busybox killall -q android.process.im
busybox killall -q com.android.music
echo 'Bugless Beast by Pete'
I saved my edits and rebooted, then opened Terminal Emulator, typed su, then pete. The pete file has a built-in 42-second delay, so it takes that long before you'll see the "Bugless Beast by Pete" and another # sign will appear.