mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
Kinda merged
This commit is contained in:
commit
14147caf2c
3 changed files with 18 additions and 2 deletions
13
LICENSE
Normal file
13
LICENSE
Normal file
|
@ -0,0 +1,13 @@
|
|||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2012 <our names>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
3
README
3
README
|
@ -1,3 +1,6 @@
|
|||
I don't even know...
|
||||
|
||||
Author of the cows is unknown.
|
||||
Depends on cowsay for obvious reasons.
|
||||
Not even finished.
|
||||
Put "ponies" to /usr/share or /usr/local/share
|
||||
|
|
2
ponysay
2
ponysay
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
export PERL_UNICODE=S
|
||||
ponydir=$PWD/ponies
|
||||
|
||||
|
|
Loading…
Reference in a new issue