7 lines
71 B
Plaintext
Raw Normal View History

2025-05-10 21:49:39 +08:00
#!/bin/sh
for x in ` awk '{print $1}' tst_list `;do
./${x};
done