move scripts to .bin

This commit is contained in:
Nicholas Long
2022-07-06 05:30:22 +00:00
parent 37672d48b9
commit 6aa54766d9
8 changed files with 1 additions and 1 deletions
@@ -9,7 +9,7 @@ URLs that have been scanned will be added to a data file that can be stored in g
## running ## running
The script must be run from its working directory. The script must be run from its working directory.
```bash ```bash
cd .github/scripts/etc-files-list-update && ./update.sh cd .bin/etc-files-list-update && ./update.sh
``` ```
## details ## details