24e7054374
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
5 lines
55 B
Bash
Executable file
5 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
ddir="${HOME}/vcs/notes"
|
|
|
|
cd "$ddir"
|
|
lh "$@"
|