Initial commit

This commit is contained in:
2024-05-09 19:22:01 +02:00
commit b2c7e0412b
6 changed files with 86 additions and 0 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
bail()
{
while true; do
sleep 1
done;
}
echo Using DISPLAY $DISPLAY
exec dogecoin-qt
bail