diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..24bc213 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +## Bash Usage + +add to `~/.profile` + +```bash +function __env_<name>() { # replace <name> + // add commands, examples: + __activator oraclejdk8 idea-iu2016 groovy-bin-2.4.5 + export FOO=bar +} + +# to use dmenu-software.sh +export PATH=$PATH:/opt/scripts/bin/ + +# at the end! +source /opt/scripts/lib/activate.inc.sh +``` + +## Build packages + +``` +# ./gradlew packages:jvmtop:buildDeb +# dpkg -i packages/jvmtop/build/distributions/jvmtop*deb +```
\ No newline at end of file |