4 lines
120 B
Bash
4 lines
120 B
Bash
|
#!/bin/bash
|
||
|
wget -O /opt/scripts/info https://git.io/vaHfR;
|
||
|
chmod +x /opt/scripts/info
|
||
|
ln -s /opt/scripts/info /opt/bin
|