You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to run a script multiple times without having to replace the file with the same code or adding something to it every time. Using touch to instead update the filestamp would be very convenient. However, doesn't work:
$ echo'console.log(`\u2665 hello ${document.querySelector(".author").textContent.trim()} \u2665`)'> tabs/last-focused/evals/test.js
$ touch tabs/last-focused/evals/test.jstouch: setting times of 'tabs/last-focused/evals/test.js': Function not implemented
I would like to be able to run a script multiple times without having to replace the file with the same code or adding something to it every time. Using
touch
to instead update the filestamp would be very convenient. However, doesn't work:The text was updated successfully, but these errors were encountered: