6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
pushd behavioral-model; ./autogen.sh; dpkg-buildpackage -us -uc -b -j4; popd
|
|
|
|
cp *.deb ../
|