I\'d really like to have a script that launches from qpe.sh that does the following:
1. determines whether or not there is a swapfile on /mnt/card/
if there is not, creates an 8mb swapfile and
2. activates the swapfile.
But I\'m not really a scriptwriter, I have been using setswap.sh, the one that you find online .. but it just creates the swapfile each time, I\'d also like it to echo what it is doing ie \"Writing 8mb swapfile to /mnt/card/\"
but so far I haven\'t been able to get any output from echoing that in qpe.sh -- or in setswap.sh.
Does anyone want to assist me in this venture? I wouldn\'t think its that hard, I\'m just lame.