diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Comando ^1 ^touch "$HOME/.automatisiere-lieblingstexte.pause.switch" && while ``` #!/bin/dash -mytext='$HOME/automatisiere-lieblingstexte-der-texte.txt' +mytext='/tmp/automatisiere-lieblingstexte-der-texte.txt' if [ ! -f $mytext ]; then exit 0 fi |