verifier / verifyme.sh
simpleai22's picture
Rename verfifyme.sh to verifyme.sh
b1717f1 verified
raw
history blame contribute delete
239 Bytes
#!/bin/bash
if [ -f "./greta-auth" ]; then
echo "Making greta-auth executable..."
chmod +x "./greta-auth"
echo "Starting greta-auth..."
./greta-auth
else
echo "❌ File 'greta-auth' not found in current directory."
fi