A dialog
curses cash register written in POSIX sh
.
sh
,ksh
,bash
zsh
or another shell like UNIX.- GNU Coreutils, BusyBox, Toybox, sbase or another UNIX utilities.
- dialog - A tool to display dialog boxes from shell scripts.
- MySQL/MariaDB database server.
git clone https://github.com/ricardogj08/cash.git
cd cash
sudo cp cash /usr/local/bin
cp my.cnf "$HOME/.my.cnf"
chmod 600 "$HOME/.my.cnf"
$HOME/my.cnf
- Is a file that contains MySQL/MariaDB client options.