4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
guix shell --container --network --manifest=manifest.scm -- emacs
|