4 lines
116 B
Bash
4 lines
116 B
Bash
#!/bin/sh
|
|
echo Using release tarball downloaded from GitHub
|
|
./configure --listener=systemd --gopherroot=/srv/gopher
|