8 lines
87 B
Bash
8 lines
87 B
Bash
#!/bin/bash
|
|
|
|
cd $HOME
|
|
|
|
#download MangoHud
|
|
rm -rf ~/MangoHud
|
|
bash ~/scripts/mangohud.sh
|