mirror of
https://github.com/vanhoefm/modwifi.git
synced 2024-12-18 21:37:50 +00:00
7 lines
89 B
Bash
7 lines
89 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
rm -f ../drivers.tar ../firmware.tar ../tools.tar
|
||
|
rm -rf ../drivers
|
||
|
|