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: 6 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T10:29:23.000Z (over 4 years ago)
- Last Synced: 2025-02-11T15:28:14.690Z (8 months 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