Sha256: 06ea75099b1c6f1cc17f727b145b15f3fcf1150783d689a403b8caffb3974f85
Contents?: true
Size: 111 Bytes
Versions: 10
Compression:
Stored size: 111 Bytes
Contents
#!/bin/bash cache=`readlink -f .` rootfs="${cache}/rootfs" rm -rf $rootfs/tmp/* chroot $rootfs apt-get clean
Version data entries
10 entries across 10 versions & 1 rubygems