ceph/src/crun

6 lines
41 B
Plaintext
Raw Normal View History

2008-10-03 19:06:28 +00:00
#!/bin/sh
while [ true ]; do
$*
done