mirror of
https://github.com/falk-werner/webfuse-provider
synced 2025-06-10 20:33:53 +00:00
6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export DESTDIR="$1"
|
|
|
|
exec ninja_adapter install
|