8 lines
87 B
Bash
8 lines
87 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
while test 1
|
||
|
|
do
|
||
|
|
$HOME/registry/run.sh
|
||
|
|
$HOME/registry/sync.sh
|
||
|
|
done
|