diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-03 17:43:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-03 17:43:59 -0300 |
commit | fe01d7a19d6e9b6fc84a5f34da82085552e0c9b4 (patch) | |
tree | b5d04a673d14a115f2aa674126d872a82d81ec02 /debian-build | |
parent | b9d8a6086dbab76f3bb6bdb3acb3478f50f2a420 (diff) | |
download | debian-fe01d7a19d6e9b6fc84a5f34da82085552e0c9b4.tar.gz debian-fe01d7a19d6e9b6fc84a5f34da82085552e0c9b4.tar.bz2 |
Adding sample scripts
Diffstat (limited to 'debian-build')
-rwxr-xr-x | debian-build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian-build b/debian-build new file mode 100755 index 0000000..529d81a --- /dev/null +++ b/debian-build @@ -0,0 +1,8 @@ +#!/bin/bash +# +# Simpler debian builder. +# + +# Placeholder +echo "TODO" +exit 1 |