6f66a5db64
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
7 lines
96 B
Bash
7 lines
96 B
Bash
#!/bin/sh
|
|
|
|
DIR="$(dirname $0)"
|
|
if [ "v$DIR" = "v" ]; then DIR=. ; fi
|
|
|
|
"$DIR/swell_resgen.pl" $*
|