aboutsummaryrefslogtreecommitdiffstats
path: root/c_exec.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c_exec.go (renamed from c_josh.go)14
1 files changed, 3 insertions, 11 deletions
diff --git a/c_josh.go b/c_exec.go
index a92443d..df55791 100644
--- a/c_josh.go
+++ b/c_exec.go
@@ -38,11 +38,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * josh: src/c_josh.go
- * Fri, 15 Dec 2023 17:53:42 +0100
+ * hardflip: src/c_exec.go
+ * Mon, 18 Dec 2023 11:32:40 +0100
* Joe
*
- * the main
+ * exec the command at some point
*/
package main
@@ -72,11 +72,3 @@ func display_servers(lhost *HostList) {
cmd.Stderr = os.Stderr
cmd.Run()
}
-
-func main() {
- var data_dir string
-
- data_dir = c_get_data_dir()
- lhost := c_load_data_dir(data_dir)
- display_servers(lhost)
-}