mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 12:11:05 +01:00
6 lines
181 B
Makefile
6 lines
181 B
Makefile
all:
|
|
bash bin/bash-completor -c completions.sh
|
|
echo "JAILDIR=/jail" > jaildk-completion.bash
|
|
cat _jaildk-completion.bash >> jaildk-completion.bash
|
|
rm -f _jaildk-completion.bash
|