cpy_pst script

This commit is contained in:
mmk2410 2015-08-15 22:40:58 +02:00
parent 6fb66cfe3f
commit a0a86492ee
5 changed files with 156 additions and 0 deletions

View file

@ -3,6 +3,8 @@ A collection of (useful) bash scripts for Linux.
## How to use
If nothing other is written, do this:
1. Download the script you want.
2. Run ``chmod +x script.sh`` to make it executable
3. Run it with ``./script.sh``
@ -13,6 +15,21 @@ A script for automatically creating PDf files from a latex document. You can set
**Usage:** ``./buildpdf.sh filename [build amount] [time between builds in s]``
## 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``
## intellij-hidpi.sh
This is a small script for enabling and disabling HiDPI support on IntelliJ IDEA Community Edition on every Linux distribution where IntelliJ is installed in /usr/share/intellijidea-ce/. If the installation is somewhere else you have to change the variable IDEA_PATH.