mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
6 lines
167 B
Bash
Executable file
6 lines
167 B
Bash
Executable file
#!/bin/sh
|
|
killall mouse-emul > /dev/null 2>&1
|
|
mouse-emul -d /dev/input/event0&
|
|
NETSURFRES=/usr/share/netsurf/res /usr/bin/nsfb $*
|
|
killall mouse-emul > /dev/null 2>&1
|
|
|