5 أسطر
76 B
Bash
5 أسطر
76 B
Bash
#!/bin/sh
|
|
API_KEY="FAKE_SECRET_12345"
|
|
echo "Application started"
|
|
sleep 3600
|