mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
cryptocurrency/start: import from gist.github.com
This commit is contained in:
parent
5c1b20346b
commit
ae98c10886
1
cryptocurrency/start/README.md
Normal file
1
cryptocurrency/start/README.md
Normal 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
3
cryptocurrency/start/multibit
Executable 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
3
cryptocurrency/start/multidoge
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
cd /usr/local/MultiDoge-*
|
||||
(java -jar /usr/local/MultiDoge-*/multidoge-exe.jar $1&)
|
7
cryptocurrency/start/multiinstall
Executable file
7
cryptocurrency/start/multiinstall
Executable 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
|
Loading…
Reference in New Issue
Block a user