4 lines
62 B
Bash
Executable file
4 lines
62 B
Bash
Executable file
#!/usr/bin/env bash
|
|
echo '$ tree .git'
|
|
cd /tmp/demo
|
|
tree .git
|