mirror of
https://github.com/erkin/ponysay
synced 2024-11-24 04:13:09 +00:00
tag test
This commit is contained in:
parent
90d5b99bb3
commit
c6f82a5d38
1 changed files with 2 additions and 2 deletions
4
ponysay
4
ponysay
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
\#!/usr/bin/env bash
|
||||||
|
|
||||||
version=1.0
|
version=1.1
|
||||||
SYSTEMPONIES="/usr/share/ponysay/ponies"
|
SYSTEMPONIES="/usr/share/ponysay/ponies"
|
||||||
HOMEPONIES="${HOME}/.local/share/ponysay/ponies"
|
HOMEPONIES="${HOME}/.local/share/ponysay/ponies"
|
||||||
SCRIPTDIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Get bash script directory
|
SCRIPTDIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Get bash script directory
|
||||||
|
|
Loading…
Reference in a new issue