This commit is contained in:
Bel LaPointe
2023-04-10 11:09:40 -06:00
parent b495652eb9
commit 6a82a7d90c
43 changed files with 61 additions and 78 deletions

View File

@@ -4,7 +4,7 @@ import (
"bytes"
"fmt"
"io/ioutil"
"local/args"
"gogs.inhome.blapointe.com/local/args"
"log"
"os"
"path/filepath"

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python3
#! /usr/gogs.inhome.blapointe.com/local/bin/python3
def main(args) :
print("args", args)