diff options
Diffstat (limited to 'sci-astronomy/setiathome/files/setiathome-wrapper-r1')
-rwxr-xr-x | sci-astronomy/setiathome/files/setiathome-wrapper-r1 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sci-astronomy/setiathome/files/setiathome-wrapper-r1 b/sci-astronomy/setiathome/files/setiathome-wrapper-r1 deleted file mode 100755 index 26a544a07a64..000000000000 --- a/sci-astronomy/setiathome/files/setiathome-wrapper-r1 +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -dir=${1} -shift -while :; do - ${dir}/setiathome "$@" - wait $? -done |