A collection of more or less useful scripts (for Linux).
Go to file
mmk2410 a0a86492ee cpy_pst script 2015-08-15 22:40:58 +02:00
cpy_pst cpy_pst script 2015-08-15 22:40:58 +02:00
LICENSE Initial commit 2015-05-27 19:28:22 +02:00
README.md cpy_pst script 2015-08-15 22:40:58 +02:00
android-studio-hidpi.sh File name fixes 2015-05-29 16:33:47 +02:00
buildpdf.sh Initial release 2015-05-27 19:41:08 +02:00
intellij-hidpi.sh Initial release 2015-05-27 19:41:08 +02:00

README.md

Bash scripts

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

buildpdf.sh

A script for automatically creating PDf files from a latex document. You can set the amounts of builds and the time between the builds.

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.

Usage:

  • Help: ./intellij-hidpi.sh -h
  • Enable ./intellij-hidpi.sh -e
  • Disable ./intellij-hidpi.sh -d

android-studio-hidpi.sh

This is a small script for enabling and disabling HiDPI support in Android Stuido on every linux distribution where Android Stuido is installed in /opt/android-studio. If the installation is somewhere else you have to change the variable STUDIO_PATH.

Usage:

  • Help: ./android-studio-hidpi.sh -h
  • Enable ./android-studio-hidpi.sh -e
  • Disable ./android-studio-hidpi.sh -d

License

Each script is licensed under GNU GPL v3.0.