mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
King_DuckZ
6991fee7f7
I'm not sure this is something that should be in the code, since compgen -W "delete locate navigate query scan" loc would do just the same as dindexer --printactions=loc so this is a duplicated functionality. However this commit is self-contained, so it should be easy to revert it, if needed.
4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#!/usr/bin/env bash
|
|
if [ "$3" == "@bare_name@" ]; then
|
|
exec @bare_name@ --printactions=$2
|
|
fi
|