1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-18 23:22:52 +01:00

- removed shebang from completion script, was wrong anyway.

This commit is contained in:
cage 2024-03-19 21:08:17 +01:00
parent 5a0757e365
commit fc31ba5ac7

View File

@ -1,4 +1,5 @@
#/usr/bin/env bash
# bash completion for tinmop -*- shell-script -*-
_tinmop_completions() {
COMPREPLY=($(COMP_WORDS="${COMP_WORDS[*]}" \
COMP_CWORD=$COMP_CWORD \