8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Remove temporary files
|
||
|
(
|
||
|
cd ../..
|
||
|
rm -fR v* src alias
|
||
|
)
|