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 452c31c commit 0370ed0Copy full SHA for 0370ed0
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