git rm -rf cryptocurrency/

This commit is contained in:
Aminda Suomalainen 2022-05-26 12:19:39 +03:00
parent f383701f9e
commit 88f0e80d82
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 0 additions and 14 deletions

View File

@ -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.

View File

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

View File

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

View File

@ -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