mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01: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))"
|