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