♻️ add git overview make rule
This commit is contained in:
parent
7bc701fb82
commit
9593c246ab
1 changed files with 4 additions and 0 deletions
4
makefile
4
makefile
|
|
@ -60,3 +60,7 @@ setup_server_ip_sync_python_env:
|
||||||
python3 -m venv ~/.venvs/server_ip_sync
|
python3 -m venv ~/.venvs/server_ip_sync
|
||||||
~/.venvs/server_ip_sync/bin/pip install python-dotenv
|
~/.venvs/server_ip_sync/bin/pip install python-dotenv
|
||||||
echo "~/.venvs/server_ip_sync/bin/python server-ip-sync.py" >> ~/deleteme-server-in-sync.txt
|
echo "~/.venvs/server_ip_sync/bin/python server-ip-sync.py" >> ~/deleteme-server-in-sync.txt
|
||||||
|
|
||||||
|
|
||||||
|
git_overview:
|
||||||
|
cd ~ && find . -name .git -type d -prune
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue