mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
12 lines
435 B
Bash
Executable File
12 lines
435 B
Bash
Executable File
#!/bin/bash
|
|
./test_2of5 -f encode -d $(expr 128 + 16)
|
|
./test_channel -f encode -d $(expr 128 + 16)
|
|
./test_codablock -f encode -d $(expr 128 + 16)
|
|
./test_code -f encode -d $(expr 128 + 16)
|
|
./test_code128 -f encode -d $(expr 128 + 16)
|
|
./test_composite -d $(expr 128 + 16)
|
|
./test_gs1 -f gs1_reduce -d $(expr 128 + 16)
|
|
./test_rss -d $(expr 128 + 16)
|
|
./test_telepen -f encode -d $(expr 128 + 16)
|
|
./test_upcean -f encode -d $(expr 128 + 16)
|