initial commit
This commit is contained in:
commit
878314578a
2 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
quotes.json
|
||||||
8
main.sh
Executable file
8
main.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
#if json quote list exist
|
||||||
|
if [ -f ./quotes.json ]; then
|
||||||
|
#echo "file exists!"
|
||||||
|
else
|
||||||
|
echo "file does not exist!"
|
||||||
|
fi
|
||||||
Loading…
Add table
Reference in a new issue