3 lines
50 B
Shell
3 lines
50 B
Shell
|
|
function copydir {
|
||
|
|
pwd | tr -d "\r\n" | pbcopy
|
||
|
|
}
|