Change script names & remove extensions

This commit is contained in:
2016-04-02 18:17:56 +01:00
parent 25e9e4a740
commit 9120ae6d07
5 changed files with 9 additions and 13 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
set -e
ALL=`pacman -Qqe`
BASE=`pacman -Qqeg base`
BASE_DEVEL=`pacman -Qqeg base-devel`
printf "$ALL\n$BASE\n$BASE\n$BASE_DEVEL\n$BASE_DEVEL" | sort | uniq -u