Whamcloud - gitweb
These two shell scripts call "lfs find" and "lfs setstripe", they will be removed...
authorwangchao <wangchao>
Tue, 21 Oct 2003 09:15:35 +0000 (09:15 +0000)
committerwangchao <wangchao>
Tue, 21 Oct 2003 09:15:35 +0000 (09:15 +0000)
lustre/utils/lfind [new file with mode: 0755]
lustre/utils/lstripe [new file with mode: 0755]

diff --git a/lustre/utils/lfind b/lustre/utils/lfind
new file mode 100755 (executable)
index 0000000..77a4764
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+lfs find $@
diff --git a/lustre/utils/lstripe b/lustre/utils/lstripe
new file mode 100755 (executable)
index 0000000..a4e2f28
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+lfs setstripe $@