mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-03-28 14:56:21 +01:00
Add files via upload
This commit is contained in:
parent
a9576a18a1
commit
d276d46cb6
1 changed files with 11 additions and 0 deletions
11
uninstallgithub.sh
Normal file
11
uninstallgithub.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
mainfd="$HOME/desktopapps/nwjs"
|
||||
localapplicationsfd="$HOME/.local/share/applications/"
|
||||
localbin="$HOME/.local/bin"
|
||||
|
||||
|
||||
rm -rf "$mainfd"
|
||||
rm "$localapplicationsfd/nwjstest.desktop"
|
||||
rm "$localbin/rpgmaker-linux"
|
Loading…
Add table
Reference in a new issue