cryptocurrency/start: import from gist.github.com

This commit is contained in:
Mikaela Suomalainen 2014-09-24 18:42:17 +03:00
parent 5c1b20346b
commit ae98c10886
4 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1 @@
Scripts to run cryptocurrency related apps. Place to $PATH (preferably /usr/local/bin or $HOME/.local/bin). These apps don't add themselves to LXDE menu, and the command is annoying to type always.

3
cryptocurrency/start/multibit Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cd /usr/local/MultiBit-*
(java -jar /usr/local/MultiBit-*/multibit-exe.jar $1&)

3
cryptocurrency/start/multidoge Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cd /usr/local/MultiDoge-*
(java -jar /usr/local/MultiDoge-*/multidoge-exe.jar $1&)

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
cd /usr/local/bin
curl 755 https://gist.githubusercontent.com/Mkaysi/a6d3c4b035259a2f7c6c/raw/multibit
chmod +x multibit
curl -LO https://gist.githubusercontent.com/Mkaysi/a6d3c4b035259a2f7c6c/raw/multidoge
chmod 755 multidoge
cd