Skip to content

Commit

Permalink
Made download docs scripts executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
iangow committed Nov 16, 2020
1 parent b2220a3 commit f26ebf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions filing_docs/download_filing_docs.R
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env Rscript
library(DBI)
library(dplyr, warn.conflicts = FALSE)
library(tools)
Expand Down
1 change: 1 addition & 0 deletions filing_docs/download_filing_docs_test.R
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env Rscript
library(DBI)
library(dplyr, warn.conflicts = FALSE)
library(tools)
Expand Down

0 comments on commit f26ebf8

Please sign in to comment.