cli-barcode PHP
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

16 行
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" "$@"