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