mirror of
https://github.com/erkin/ponysay
synced 2024-11-16 08:27:58 +00:00
6 lines
102 B
Bash
Executable file
6 lines
102 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cmd="$(echo "$0" | sed -e 's/\-list$//g')"
|
|
pl="$0.pl"
|
|
|
|
bash -c "$("$pl" $($cmd --list))"
|