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