mirror of
https://github.com/ceph/ceph
synced 2024-12-20 10:23:24 +00:00
6 lines
41 B
Plaintext
6 lines
41 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
while [ true ]; do
|
||
|
$*
|
||
|
done
|