4 lines
93 B
Bash
4 lines
93 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
rm -f ~/.abuse/sd_cache.tmp
|
|
exec abuse.sdl -datadir "%%DATADIR%%" "$@"
|