mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 21:06:42 -04:00
Implement initial server-side shearing logic
This commit is contained in:
@@ -17,6 +17,7 @@ func dirInit() {
|
||||
fmt.Println(AnsiError + "Failed to create \"" + EntryRoot + "\":" + err.Error() + AnsiReset)
|
||||
os.Exit(1)
|
||||
}
|
||||
os.MkdirAll(ConfigDir+"\\devices", 0700)
|
||||
}
|
||||
|
||||
// textEditorFallback returns FallbackEditor
|
||||
|
||||
Reference in New Issue
Block a user