mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-02 00:02:19 -07:00
5 lines
122 B
Bash
Executable File
5 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
echo "Initializing backend..."
|
|
# Future backend initialization steps can go here.
|
|
echo "Backend initialized."
|