mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
5 lines
122 B
Bash
5 lines
122 B
Bash
#!/bin/bash
|
|
echo "Initializing backend..."
|
|
# Future backend initialization steps can go here.
|
|
echo "Backend initialized."
|