1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

Merge pull request #462 from davide125/completion

Drop shebang for bash completion
This commit is contained in:
Zack 2022-04-07 07:14:20 -07:00 committed by GitHub
commit 386c99d057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,3 @@
#! /bin/bash
: ${PROG:=$(basename ${BASH_SOURCE})}
_cli_bash_autocomplete() {