11 lines
94 B
Bash
Executable file
11 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# exec > /tmp/nz
|
|
# exec 2>&1
|
|
|
|
set -x
|
|
|
|
ddir="${HOME}/vcs/notes"
|
|
|
|
cd "$ddir"
|
|
lh "$@"
|