2 lines
72 B
Bash
2 lines
72 B
Bash
|
# to add at the end
|
||
|
alias tw='function _tw(){ cat $1; cat >> $1; }; _tw'
|