4 lines
37 B
Bash
4 lines
37 B
Bash
#!/bin/bash
|
|
|
|
alias tree='tree -A -C'
|
#!/bin/bash
|
|
|
|
alias tree='tree -A -C'
|