5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
. /etc/profile
|
||
|
alias ls='ls --color=no'
|
||
|
|