Rafael Calleja commited on
Commit ·
accb51f
1
Parent(s): 81da393
save cmd
Browse files
Makefile
CHANGED
|
@@ -26,4 +26,4 @@ load:
|
|
| 26 |
gopass show $(GOPASS_KEY) >$(GOPASS_FILE)
|
| 27 |
|
| 28 |
show-cron:
|
| 29 |
-
cat $(CURRENT_DIR)/.cron | sed "s|CURRENT_DIR|$(CURRENT_DIR)|g"
|
|
|
|
| 26 |
gopass show $(GOPASS_KEY) >$(GOPASS_FILE)
|
| 27 |
|
| 28 |
show-cron:
|
| 29 |
+
@cat $(CURRENT_DIR)/.cron | sed "s|CURRENT_DIR|$(CURRENT_DIR)|g"
|