Skip to content

Commit

Permalink
2024-12-09T10:58:44-03:00
Browse files Browse the repository at this point in the history
  • Loading branch information
moixllik committed Dec 9, 2024
1 parent a4c182c commit 77fce7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ all:
@echo " save : Save changes"

save:
git add .
git commit -m $(shell date -Iseconds)
git push origin main
@git add .
@git commit -m $(shell date -Iseconds)
@git push origin main

pkgs:
sudo apt update -y
sudo apt install -y $(shell cat ./apt-packages.txt)
@sudo apt update -y
@sudo apt install -y $(shell cat ./apt-packages.txt)

doc: data
@pandoc \
Expand Down

0 comments on commit 77fce7c

Please # to comment.