// Copyright (c) 2018-2019, Sylabs Inc. All rights reserved. // This software is licensed under a 3-clause BSD license. Please consult the // LICENSE.md file distributed with the sources of this project regarding your // rights to use or distribute this software. package main import ( "fmt" "os" "path/filepath" "github.com/sylabs/singularity/internal/pkg/runtime/engines/config" singularityConfig "github.com/sylabs/singularity/pkg/runtime/engines/singularity/config" ) func main() { Args := os.Args if len(Args) < 3 || len(Args) > 4 { fmt.Println("Usage: go run ...