Remove temporary folders

This commit is contained in:
Fierelier 2022-08-23 13:05:56 +02:00
parent f0b8266caa
commit 7bdc57705e
2 changed files with 6 additions and 2 deletions

View File

@ -5,3 +5,5 @@ git clone https://github.com/milaq/XMousePasteBlock
cd XMousePasteBlock
make
mv xmousepasteblock /usr/local/bin
cd ..
rm -rf XMousePasteBlock

View File

@ -5,3 +5,5 @@ git clone https://github.com/hanschen/ksuperkey
cd ksuperkey
make
mv ksuperkey /usr/local/bin/ksuperkey
cd ..
rm -rf ksuperkey