rwxrob-dot/scripts/vic

4 lines
64 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
cmd=$(command -v $1)
test -n "$cmd" && exec vi "$cmd"