blob: 76bdf3b16b64a62cf7d0fb7db93b3ee68b880c27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
if [ ! -f romdir.txt ]; then
echo -n "/media/" > romdir.txt
fi
sudo -n /usr/pandora/scripts/op_lcdrate.sh 60
./gpsp "$@"
# restore stuff in case of crash
./picorestore
|