Skip to content

Commit 2c09811

Browse files
authored
Merge pull request #2 from openimis/delcroip-patch-1
escape space
2 parents 452c31c + 0370ed0 commit 2c09811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concatenate_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
mkdir output
4-
cat database scripts/*.sql > output/fullDemoDatabase.sql
4+
cat database\ scripts/*.sql > output/fullDemoDatabase.sql

0 commit comments

Comments
 (0)