Directory Structure
$ tree -a .
.
├── .env
└── Makefile
0 directories, 2 files
Dotenv File
$ cat .env
FOO=12345
Makefile
$ cat Makefile
include .env
example:
@echo "${FOO}"
$ make example
12345
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Hanzla Baig -
Burhanuddin S. Tinwala -
Anthony -
Raka Widhi Antoro -
Top comments (0)