source: ogAgent-Git/oglive/build-package.sh @ 15eb694

oglive
Last change on this file since 15eb694 was be334a5, checked in by Ramón M. Gómez <ramongomez@…>, 5 years ago

#750: Using PEP 8 Style Guide for Python in new module; implementing basic getconfig operation.

  • Property mode set to 100755
File size: 74 bytes
Line 
1#!/bin/bash
2
3cd $(dirname "$0")
4
5# Build package
6dpkg-buildpackage -b -d
7
Note: See TracBrowser for help on using the repository browser.