PDVSHELL, simples frente de caixa para mercearias pequenas feito em shell script e sqlite!
-
1 - using git
- git clone --depth=1 https://github.com/slackjeff/pdvShell
-
2 - using curl/wget stdin
- bash <(curl -s -L https://raw.githubusercontent.com/slackjeff/pdvShell/main/install.sh)
- bash <(wget -q -O - https://raw.githubusercontent.com/slackjeff/pdvShell/main/install.sh)
- curl -s -O https://raw.githubusercontent.com/slackjeff/pdvShell/main/install.sh | bash
- wget -q -O - https://raw.githubusercontent.com/slackjeff/pdvShell/main/install.sh | bash
-
3 - using curl/wget
- curl -O https://raw.githubusercontent.com/slackjeff/pdvShell/main/install.sh
- wget https://raw.githubusercontent.com/voidlinux-br/slackjeff/pdvShell/main/install.sh
- chmod +x install.sh
- ./install.sh
- 1 - running in local repo
- ./pdvShell