15 lines
278 B
Markdown
15 lines
278 B
Markdown
|
# cpy_pst
|
||
|
|
||
|
A small but useful script for copying and pasting files and directories once or more often.
|
||
|
|
||
|
**Install:** ``sudo make install``
|
||
|
|
||
|
**Usage:**
|
||
|
|
||
|
```
|
||
|
cpy filename # Copies a file / directory
|
||
|
pst filename # Pasts a file / directory
|
||
|
```
|
||
|
|
||
|
**Remove:** ``sudo make uninstall``
|