This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inks-scripts/scripts/vic

5 lines
65 B
Bash
Executable File

#!/bin/sh
cmd=$(command -v $1)
test -n "$cmd" && exec vi "$cmd"