cli-barcode PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 rivejä
456 B

  1. #!/usr/bin/env bash
  2. ##################################################
  3. # Gustavo Arnosti Neves - 2016 Jul 11
  4. # Simple bash script for global barcode executable
  5. # PHP cli-barcode-generator
  6. #
  7. # Please run "./barcode.php --create-bash" to update this script
  8. # You can then use sudo make install to copy it to /usr/local/bin
  9. #
  10. # This won't work on windows
  11. #
  12. BARCODE_LOCATION="./barcode.php" # enter full path here
  13. /usr/bin/env php "$BARCODE_LOCATION" "$@"