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.
2 parents 452c31c + 0370ed0 commit 2c09811Copy full SHA for 2c09811
concatenate_files.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
mkdir output
4
-cat database scripts/*.sql > output/fullDemoDatabase.sql
+cat database\ scripts/*.sql > output/fullDemoDatabase.sql
0 commit comments