8 行
124 B
Bash
実行ファイル
8 行
124 B
Bash
実行ファイル
#!/bin/sh
|
|
|
|
clear && while true; do
|
|
output=$(clear; cat logs/groupshields.log);
|
|
echo "$output";
|
|
sleep 0.5;
|
|
done
|