Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdrokz/auto-mount
an cmd utility that mounts your drives in linux based on json file data
https://github.com/mdrokz/auto-mount
bash bash-script bash-scripting golang linux programming
Last synced: 14 days ago
JSON representation
an cmd utility that mounts your drives in linux based on json file data
- Host: GitHub
- URL: https://github.com/mdrokz/auto-mount
- Owner: mdrokz
- Created: 2020-08-19T19:28:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T10:29:23.000Z (over 3 years ago)
- Last Synced: 2024-10-10T15:42:39.928Z (about 1 month ago)
- Topics: bash, bash-script, bash-scripting, golang, linux, programming
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auto-mount
an cmd utility that mounts your drives in linux based on json file data# HOW TO USE
create a json file called .mount_info.json in your home for example - /home/username/
in the code replace the path for reading .mount_info.json to your home path for example - /home/username.mount_info.json
finally go-build or go run main.go