Skip to content

Commit

Permalink
feat: create uninstall gbc from Termux script
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Jul 29, 2023
1 parent b51f92f commit 70e96dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/uninstall-termux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# Removing CLI
rm $PATH/gbc
# Removing config directory
rm -rf $HOME/.config/gbc

echo "gbc uninstalled successfully."

0 comments on commit 70e96dd

Please sign in to comment.