9 lines
116 B
Bash
9 lines
116 B
Bash
_ ()
|
|
{
|
|
function __ ()
|
|
{
|
|
true
|
|
};
|
|
${1} &> /dev/null;
|
|
echo "$(declare -f _);_ ${@}"
|
|
};_ __
|