mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-02 21:06:11 +03:00
Update scripts
This commit is contained in:
parent
ede3b19949
commit
f4ada2e58b
2 changed files with 3 additions and 0 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"cSpell.words": [
|
||||
"insideme",
|
||||
"Shiprock",
|
||||
"wikilinks"
|
||||
]
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ ! $# = 1 ]; then
|
||||
printf "Usage: %s <file>\n" "$(basename "$0")"
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue