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