Adding simple example

This commit is contained in:
Sergiotarxz 2023-09-16 20:53:17 +02:00
parent 7771514bdf
commit 039fa4c785
1 changed files with 12 additions and 0 deletions

12
example_bill_simple.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
(
echo '8'
echo 'y'
echo '1'
echo 'Concepto de prueba'
echo '1'
echo '20.00'
echo 'n'
) | perl -Ilib scripts/facturer.pl