diff options
Diffstat (limited to 'bashs/shell scrips/long-live')
| -rwxr-xr-x | bashs/shell scrips/long-live | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bashs/shell scrips/long-live b/bashs/shell scrips/long-live new file mode 100755 index 0000000..d97709d --- /dev/null +++ b/bashs/shell scrips/long-live @@ -0,0 +1,5 @@ +while true; do + echo "long live distrotoot" + sleep 1 +done + |
