summaryrefslogtreecommitdiff
path: root/packages/freesmartphone/zhone/80zhone
blob: 4a698007b85cdc190942df9437b3199551995614 (plain)
1
2
3
4
#!/bin/sh -e
zhone --fullscreen > /dev/null 2>&1 &
renice -3 $!
exit 0