8 lines
75 B
Bash
Executable File
8 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
echo
|
|
|
|
echo -e "\e[0;33m> git status\e[0m"
|
|
echo
|
|
git status
|
|
|
|
echo |