5 lines
46 B
Text
5 lines
46 B
Text
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
rmdir /tmp/ccache || true
|