Created
September 1, 2021 07:34
-
-
Save jseguillon/1262bef4e572a46c0f0df70069c75c6a to your computer and use it in GitHub Desktop.
bashrodinger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias π¬="bash -c '\ | |
touch π¦; \ | |
chmod u+w π¦; chmod u-r π¦; \ | |
(while true; \ | |
do \ | |
[ \$(shuf -i 0-1 -n 1) == 0 ] && \ | |
echo π±π£ > π¦ \ | |
|| echo ππ₯ > π¦ ; \ | |
sleep 0.1; \ | |
done) &\ | |
jobs -p %1 > /tmp/π¦.π' 2> /dev/null" | |
alias π="bash -c '\ | |
chmod u-w π¦; chmod u+r π¦; \ | |
echo π¦ = \$(cat π¦)'" | |
alias π="bash -c 'kill \$(cat /tmp/π¦.π) > /dev/null 2>1 \ | |
|| true'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment