6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
set -ev
|
|
|
|
dpkg-buildpackage -tc -us -uc
|
|
ls -al ..
|