Update scripts

This commit is contained in:
James Mills 2023-04-01 17:01:38 +10:00
parent ede3b19949
commit f4ada2e58b
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ {
"cSpell.words": [ "cSpell.words": [
"insideme", "insideme",
"Shiprock",
"wikilinks" "wikilinks"
] ]
} }

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
set -e
if [ ! $# = 1 ]; then if [ ! $# = 1 ]; then
printf "Usage: %s <file>\n" "$(basename "$0")" printf "Usage: %s <file>\n" "$(basename "$0")"
exit 0 exit 0