Skip to content

Instantly share code, notes, and snippets.

@GamerHammer2K4F647Ultimate
Last active February 6, 2022 10:16
Show Gist options
  • Save GamerHammer2K4F647Ultimate/897c88565b0890e196b29b8f8020538a to your computer and use it in GitHub Desktop.
Save GamerHammer2K4F647Ultimate/897c88565b0890e196b29b8f8020538a to your computer and use it in GitHub Desktop.
remove arch pacakges
#!/bin/bash
pkgs=$(printf '%s' "$*")
pacman -R $pkgs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment