6 lines
99 B
Bash
Executable file
6 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Install Rabbiteer from Gitlab
|
|
npm i git+https://gitlab.com/Dunemask/rabbiteer.git
|
|
|
|
|