mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 13:36:43 +01:00
7 lines
94 B
Text
7 lines
94 B
Text
|
#!/bin/bash
|
||
|
|
||
|
cmd=$(echo $0 | sed -e 's/\-list$//g')
|
||
|
pl=$0.pl
|
||
|
|
||
|
bash -c "$($pl $($cmd --list))"
|