summarylogtreecommitdiffstats
path: root/package-remove
diff options
context:
space:
mode:
authorJames Harvey2015-07-21 22:14:57 +0000
committerJames Harvey2015-07-21 22:14:57 +0000
commita2ecab8d1682f1e3b63f4cb8a3f974f34256712f (patch)
treedf32eab94c84a6f71ac24d07e1437b4d34fb035b /package-remove
downloadaur-a2ecab8d1682f1e3b63f4cb8a3f974f34256712f.tar.gz
Initial import
Diffstat (limited to 'package-remove')
-rwxr-xr-xpackage-remove3
1 files changed, 3 insertions, 0 deletions
diff --git a/package-remove b/package-remove
new file mode 100755
index 000000000000..aff3364b2d0b
--- /dev/null
+++ b/package-remove
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+sudo pacman --color=auto -Rcs "$@"