Skip to content

ricardogj08/cash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cash

A dialog curses cash register written in POSIX sh.

Dependencies

  • 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.

Installation

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"

Configuration

$HOME/my.cnf - Is a file that contains MySQL/MariaDB client options.

References

License

Releases

No releases published

Packages

No packages published

Languages