Skip to content

Commit

Permalink
Merge pull request #7 from CSchloss385/master
Browse files Browse the repository at this point in the history
finish package: initial commit
  • Loading branch information
dericed committed Aug 7, 2014
2 parents c588c45 + 387daaf commit 8443529
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions finishpackage
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
while [ "${*}" != "" ] ; do
input="$1"
makelossless "${input}" && makebroadcast "${input}" && makeyoutube "${input}" && makemetadata "${input}" && checksumpackage "${input}"
shift
done

0 comments on commit 8443529

Please sign in to comment.