Files
2026-01-23 08:55:18 +01:00

8 lines
71 B
Bash
Executable File

#!/bin/bash
gitadd ()
{
make fclean;
git add .
}
gitadd "$@"