aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/clean-package.sh
blob: d1a257889d96acceadc098beb5389d4302347e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/env bash
[ -n "$1" -a -n "$2" ] || {
	echo "Usage: $0 <file> <directory>"
	exit 1
}
[ -f "$1" -a -d "$2" ] || {
	echo "File/directory not found"
	exit 1
}
cat "$1" | (
	cd "$2"
	while read entry; do
		[ -n "$entry" ] || break
		[ -f "$entry" ] && rm -f $entry
	done
)
cat "$1" | (
	cd "$2"
	while read entry; do
		[ -n "$entry" ] || break
		[ -d "$entry" ] && rmdir "$entry" > /dev/null 2>&1
	done
)
true
/span>; interrupt-map = <0x7000 0 0 1 &icu0 30 1>; gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>; }; }; ath9k_eep { ath,pci-slot = <0>; }; gpio-leds { wifi2 { label = "tdw8980:green:wlan5ghz"; gpios = <&gpio 24 GPIO_ACTIVE_LOW>; }; }; };