I hereby claim:
- I am chipsenkbeil on github.
- I am senkwich (https://keybase.io/senkwich) on keybase.
- I have a public key whose fingerprint is B063 F4E6 023E 4CB6 7372 45AB 4282 790F 8E3B 4BBA
To claim this, I am signing this object:
| #!/bin/sh | |
| # Local dir: Place to mount remote dir | |
| # Remote dir: Place to connect to when mounting fs | |
| LOCAL_DIR=/mnt/music | |
| [email protected]:/datadrive/music | |
| # Internal program settings | |
| MUSIC_PLAYER=cmus | |
| SSHFS=sshfs |
I hereby claim:
To claim this, I am signing this object:
| # Delete all containers including those that have completed | |
| docker rm -f `docker ps -aq` | |
| # Delete all images with <none> as the label | |
| docker rmi `docker images | grep "<none>" | awk '{print $3}'` |