We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15abdc commit d9ed8dbCopy full SHA for d9ed8db
scripts/start-ultimatewriter
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
-/usr/bin/touch /tmp/keylogger.log && /usr/local/bin/logkeys --start --output /tmp/keylogger.log --no-timestamps
+/usr/bin/touch /tmp/keylogger.log && /bin/chmod 600 /tmp/keylogger.log && /usr/local/bin/logkeys --start --output /tmp/keylogger.log --no-timestamps
3
/usr/bin/tail -f /tmp/keylogger.log | /usr/local/bin/writerpi
0 commit comments