3 lines
89 B
Bash
Executable file
3 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
# simple directory annotator [via autoenv]
|
|
echo "echo \"[$(pwd)] $*\"" >> .env
|