diff options
Diffstat (limited to 'opdracht-2/build')
-rwxr-xr-x[l---------] | opdracht-2/build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opdracht-2/build b/opdracht-2/build index 1fb5c6e..6f370cb 120000..100755 --- a/opdracht-2/build +++ b/opdracht-2/build @@ -1 +1,3 @@ -../render-opdracht
\ No newline at end of file +#!/bin/sh +cat ../opdracht-1/reset.sql ../opdracht-1/q*.sql reset-2.sql > reset.sql +source ../render-opdracht |