summaryrefslogtreecommitdiff
path: root/bashs/shell scrips/long-live
diff options
context:
space:
mode:
Diffstat (limited to 'bashs/shell scrips/long-live')
-rwxr-xr-xbashs/shell scrips/long-live5
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
+