tiny qolop docs fix

This commit is contained in:
ville rantanen
2017-08-18 10:45:25 +03:00
parent eb4b1016fa
commit ddbee4ddee

View File

@@ -6,6 +6,7 @@ Source me in BASH!
Version 2017.08.17.0 Version 2017.08.17.0
Examples: Examples:
source qolop # load functions
- As functions: - As functions:
_title(){ _qCol z G; } _title(){ _qCol z G; }
_z(){ _qCol z; } _z(){ _qCol z; }
@@ -120,7 +121,6 @@ _qClr() {
} }
[[ "$0" = "${BASH_SOURCE[0]}" ]] && { [[ "$0" = "${BASH_SOURCE[0]}" ]] && {
echo This script should be sourced
_qColHelp _qColHelp
_qCol export "_" _qCol export "_"
@@ -157,6 +157,5 @@ ${_S}=====================${_Z}
C _qPos left Left y;xH _qPos abs y x Absolute Position C _qPos left Left y;xH _qPos abs y x Absolute Position
D _qPos right Right D _qPos right Right
" "
} }