mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-12-13 07:37:21 +01:00
git rm -rf cryptocurrency/
This commit is contained in:
parent
f383701f9e
commit
88f0e80d82
@ -1 +0,0 @@
|
|||||||
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.
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
cd /usr/local/MultiBit-*
|
|
||||||
(java -jar /usr/local/MultiBit-*/multibit-exe.jar $1&)
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
cd /usr/local/MultiDoge-*
|
|
||||||
(java -jar /usr/local/MultiDoge-*/multidoge-exe.jar $1&)
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
cd /usr/local/bin
|
|
||||||
curl -LO https://github.com/Mkaysi/gist/raw/master/cryptocurrency/start/multibit
|
|
||||||
chmod +x multibit
|
|
||||||
curl -LO https://github.com/Mkaysi/gist/raw/master/cryptocurrency/start/multidoge
|
|
||||||
chmod 755 multidoge
|
|
||||||
cd
|
|
||||||
Loading…
x
Reference in New Issue
Block a user