aboutsummaryrefslogtreecommitdiff
path: root/bwrap-files/entry.sh
blob: f9c4ad36567d7f305d7364be63c3ccf395daf0f0 (plain)
1
2
3
4
5
6
#!/bin/bash
set -euo pipefail

cd "$(dirname "$0")"

ghcup --offline run -- ghci 2>&1