quote-bot/main.sh

9 lines
124 B
Bash
Raw Normal View History

2026-01-30 11:48:07 +01:00
#!/bin/sh
#if json quote list exist
if [ -f ./quotes.json ]; then
#echo "file exists!"
else
echo "file does not exist!"
fi