Files
api/push.sh
2025-12-30 11:27:14 +07:00

5 lines
55 B
Bash
Executable File

#!/bin/bash
git add .
git commit -m 'changes'
git push