docmachine-containers/tasks/shell.mk

10 lines
94 B
Makefile
Raw Normal View History

2024-09-22 23:03:10 +00:00
.PHONY: supershell
supershell: shell
.PHONY: shell
shell:
@echo "Running shell..."
@bash