4 lines
51 B
Plaintext
4 lines
51 B
Plaintext
2 years ago
|
#!/usr/bin/with-contenv bash
|
||
|
echo "I am $0"
|
||
|
exit 0
|