remove etc/diskspace/clean-old-stack-libs.sh

[skip ci]
This commit is contained in:
Jens Petersen 2023-06-18 00:04:14 +02:00
parent 04ee14c769
commit fe12dba59c
2 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/bin/bash
set -e
if [ $# != 1 ]; then
echo "Usage: $0 [nightly|lts-xx]"
exit 1
fi
cd ~/stackage/automated/work/$1/unpack-dir/.stack-work/install/x86_64-linux*/*/*/lib/x86_64-linux-ghc-*
pwd
stack --resolver lts-19.33 script ~/stackage/etc/diskspace/remove-old-stack-work-libs.hs

0
etc/diskspace/remove-old-stack-work-libs.hs Normal file → Executable file
View File