6 lines
38 B
Bash
6 lines
38 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git status
|
||
|
|
||
|
echo "Ready"
|