Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I downloaded a script called "blocklist-downloader.sh".. Where do I put it so that it executes when I type "/ffp/bin/sh/blocklist-downloader.sh" it works?
Offline
/ffp/bin/sh/blocklist-downloader.sh
Is impossible, since /ffp/bin/sh is a file, and should not be a directory.
When you mean
/ffp/bin/sh blocklist-downloader.sh
the script should be placed in the current directory, which could be /home/<username>
Another way is putting it in /ffp/bin, make it executable
chmod a+x /ffp/bin/blocklist-downloader.sh
then you can just type blocklist-downloader.sh anywhere.
Last edited by Mijzelf (2009-09-28 16:09:36)
Offline
Wow, thank you so much! I understand a lot more now and I got it working just fine..
Offline