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