Remove unused file

This commit is contained in:
Gabriel Augendre 2020-12-26 18:22:08 +01:00
parent c9f1629af2
commit ffba6728b6
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -1,13 +0,0 @@
#!/usr/bin/env bash
# From https://git.sr.ht/~xaffe/card-librarian
# Under GPL v3
# Enable bash strict mode
set -euo pipefail
IFS=$'\n\t'
sudo mount -t tmpfs -o size=4G /dev/null /dev/shm
sleep 2
sudo nohup dockerd </dev/null >/dev/null 2>&1 &
sudo usermod -aG docker $(whoami)