Adding simple example
This commit is contained in:
parent
7771514bdf
commit
039fa4c785
12
example_bill_simple.sh
Normal file
12
example_bill_simple.sh
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user