6 lines
80 B
Bash
6 lines
80 B
Bash
|
#!/bin/sh -efu
|
||
|
|
||
|
echo '<pre>'
|
||
|
"$(dirname "$0")"/gen-tag-message.sh
|
||
|
echo '</pre>'
|