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