1
0
Fork 0

- 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
1 changed files with 2 additions and 1 deletions

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 \