2024-11-05 Fred Gleason <fredg@paravelsystems.com>

* Modified rdautoback(8) so as to be able to take multiple mount
	point arguments.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-11-05 17:45:47 -05:00
parent 4f6f869c21
commit abe2bece9f
4 changed files with 95 additions and 82 deletions

View File

@@ -66,4 +66,3 @@ if(len(sys.argv)<2):
exit(1)
for arg in range(1,len(sys.argv)):
PrintMetadata(sys.argv[arg])