Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nexus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
guillaum.pin
nexus
Commits
b954b34b
Commit
b954b34b
authored
6 months ago
by
Florent Gluck
Browse files
Options
Downloads
Patches
Plain Diff
Added two shell scripts in tools: devices_umounter and devices_watcher
parent
31a3954b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
live_exam_os/tools/devices_umounter
+6
-0
6 additions, 0 deletions
live_exam_os/tools/devices_umounter
live_exam_os/tools/devices_watcher
+3
-0
3 additions, 0 deletions
live_exam_os/tools/devices_watcher
with
9 additions
and
0 deletions
live_exam_os/tools/devices_umounter
0 → 100755
+
6
−
0
View file @
b954b34b
#!/bin/bash
while
[
1
]
;
do
./umount_multi a b c d e f g h i j k l m n o p q r s t u v w x y z
sleep
1
done
This diff is collapsed.
Click to expand it.
live_exam_os/tools/devices_watcher
0 → 100755
+
3
−
0
View file @
b954b34b
#!/bin/bash
watch
-n
1
"lsblk|grep sd"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment