2025-05-10 21:49:39 +08:00

7 lines
71 B
Bash

#!/bin/sh
for x in ` awk '{print $1}' tst_list `;do
./${x};
done