Skip to content

Instantly share code, notes, and snippets.

@amoffat
Created April 26, 2022 23:32
Show Gist options
  • Save amoffat/88a971b84589f9a23df46f69791852f0 to your computer and use it in GitHub Desktop.
Save amoffat/88a971b84589f9a23df46f69791852f0 to your computer and use it in GitHub Desktop.
The way that this script runs forever should scare you
#!/bin/bash
last3lines=$(tail -n 3 $BASH_SOURCE)
echo "$last3lines" >> $BASH_SOURCE
echo "sleeping..."; sleep 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment