Add files via upload

This commit is contained in:
Leaced 2023-03-23 17:18:27 +01:00 committed by GitHub
parent 00f2c95d16
commit 4f889c34cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
i3status | while :
do
read line
echo "mystuff | $line" || exit 1
done