We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7343d74 commit 2776b9eCopy full SHA for 2776b9e
concatenate_files.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+mkdir output
4
+cat database scripts/*.sql > output/fullDemoDatabase.sql
0 commit comments