Files
nrml_dashboard/autopush.sh
2026-06-16 10:45:41 +07:00

6 lines
82 B
Bash

#!/bin/bash
git add .
git commit -m "Auto push from script"
git push origin main