6 lines
55 B
Bash
Executable file
6 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
./gen-cp
|
|
./gen-7b
|
|
./gen-ent
|
|
./gen-upc
|