scripts/cpy_pst/README.md

15 lines
278 B
Markdown
Raw Normal View History

2015-08-15 22:40:58 +02:00
# 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``