mirror of
https://github.com/falk-werner/webfuse
synced 2025-06-04 08:24:14 +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
|