Fully fledged bash script library, will not work via network, only locally!
.src | ||
scripts | ||
.gitmodules | ||
pika.sh | ||
README.md |
pika
Fully fledged bash script library, will not work via network, only locally!
installation
Note
Quickinstallation:
curl -fsSL k4li.de/pika | bash
Just execute in your terminal, and you can start using
pika
!!
The exspected script sources are in ~/.local/share/pika
The binary under /usr/bin/pika
is the pika.sh
binary in the root. So in
theory, you could just git clone https://git.k4li.de/scripts/pika.git $HOME/.local/share/pika
and then just link the pika.sh
binary to your path
with any name you like. The snippet above (quickinstallation) will do this all
for you.