aefrs-space / scripts /init_git.sh
mohamedkh001
Deploy AEFRS complete system with models and services
ea93121
raw
history blame contribute delete
114 Bytes
#!/usr/bin/env bash
set -euo pipefail
git init
git add .
git commit -m "feat: initialize AEFRS Ultimate scaffold"