7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
DIR="$(dirname $0)"
|
|
if [ "v$DIR" = "v" ]; then DIR=. ; fi
|
|
|
|
"$DIR/swell_resgen.pl" $*
|