8 lines
124 B
Bash
8 lines
124 B
Bash
#!/bin/sh
|
|
|
|
DOTDIR=$HOME/.sea-defender
|
|
|
|
mkdir -p "$DOTDIR"
|
|
cd "$DOTDIR" || exit 1
|
|
|
|
exec %%PREFIX%%/libexec/sea-defender "$@"
|