diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-04 16:17:51 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-04 16:17:51 +0200 |
commit | b9199dff0e43429f1c739872c49e027b2d44b93d (patch) | |
tree | e544e459d4a552589b64615aedd5324e3a82e5e6 /opdracht-1/build | |
parent | 045cd3cd1dccb0a87db5cca390db895b7a4876f4 (diff) |
opdracht 2 beginsel
Diffstat (limited to 'opdracht-1/build')
l---------[-rwxr-xr-x] | opdracht-1/build | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/opdracht-1/build b/opdracht-1/build index acbfb3d..1fb5c6e 100755..120000 --- a/opdracht-1/build +++ b/opdracht-1/build @@ -1,6 +1 @@ -#!/bin/bash -cat reset.sql q*.sql | mysql -u root mysql -for file in t*.sql; do - mysql -Hu root mysql < "$file" &> "${file/%.sql}.md" -done -m4 opdracht-1.m4 > opdracht-1.md +../render-opdracht
\ No newline at end of file |