5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/sh
|
|
SRCDIR=`dirname $0`/relnotes/
|
|
|
|
grelnotes -xrm "Grelnotes*relnotesPath: $SRCDIR"
|