mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
5 lines
97 B
Bash
5 lines
97 B
Bash
|
#!/usr/bin/env bash
|
||
|
if [ "$3" == "@bare_name@" ]; then
|
||
|
exec @bare_name@ --printactions=$2
|
||
|
fi
|