diff options
| author | 2023-12-25 06:05:40 -0600 | |
|---|---|---|
| committer | 2023-12-25 06:05:40 -0600 | |
| commit | 6d1d4d0a5506dce90c833ef8dd141058fea3c33a (patch) | |
| tree | 12a95579dbf04c4310e5b42ad8cae399d81f1189 /sample-instance.json | |
| parent | initial commit (diff) | |
[WIP] Add instances
still need to do the following:
- check if the folder exists
- try and find some way to canonicalize the path name
Diffstat (limited to 'sample-instance.json')
| -rw-r--r-- | sample-instance.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample-instance.json b/sample-instance.json new file mode 100644 index 0000000..cb00472 --- /dev/null +++ b/sample-instance.json @@ -0,0 +1,6 @@ +{ + "e9ddec2a-4cfe-4be5-85ee-4689c95bfa8d": { + "name": "somename", + "path": "/home/bigfoot/.local/share/l2su/instances/e9ddec2a-4cfe-4be5-85ee-4689c95bfa8d" + } +} |
