diff options
| author | dcc <dcc@logografos.com> | 2023-05-27 21:45:28 -0700 |
|---|---|---|
| committer | dcc <dcc@logografos.com> | 2023-05-27 21:45:28 -0700 |
| commit | bd4e72743ca24c0c380c221a6bc7376da1911f7e (patch) | |
| tree | 192b6af99d8ef0d28ffa8a64504ceab77776bb26 /bashs/shell scrips/long-live | |
| download | dcc-suckless-config-bd4e72743ca24c0c380c221a6bc7376da1911f7e.tar.gz dcc-suckless-config-bd4e72743ca24c0c380c221a6bc7376da1911f7e.tar.bz2 dcc-suckless-config-bd4e72743ca24c0c380c221a6bc7376da1911f7e.zip | |
first
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 + |
