mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
5 lines
93 B
Bash
5 lines
93 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
rm -f ~/.abuse/sd_cache.tmp
|
|
exec abuse.sdl -datadir "%%DATADIR%%" "$@"
|