what the fuck was i smokin

This commit is contained in:
echo 2022-10-27 15:22:33 +03:30
parent 80b1385b62
commit 6d5b650fa5

View file

@ -20,13 +20,6 @@ func checkforconfigfolder() {
}
}
func termuxcheck() {
if strings.Contains(os.Getenv("OSTYPE"), "android") {
print("lmao go buy a pc broke ass mf 💀\n")
os.Exit(0)
}
}
func handleConfig() {
_, folder := os.Stat(filepath.Dir(data.GetConfigFile()))
_, file := os.Stat(data.GetConfigFile())
@ -95,7 +88,6 @@ func handlePrint(action, format string, rest string) {
}
func main() {
termuxcheck()
checkforconfigfolder()
utils.Initargs()
utils.Initcolor()