forked from sox_ng/sox_ng
5 lines
115 B
Bash
Executable file
5 lines
115 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# getissues.sh, a wrapper for "issues.sh get"
|
|
|
|
exec sh $(echo $0 | sed 's/getissues/issues/') get "$@"
|