commit 878314578a637700c7707e79ce9a632b1bdb44c3 Author: haui Date: Fri Jan 30 11:48:07 2026 +0100 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bc03a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +quotes.json diff --git a/main.sh b/main.sh new file mode 100755 index 0000000..9f07707 --- /dev/null +++ b/main.sh @@ -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