💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › chmod.sh.gmi captured on 2021-12-04 at 18:04:22. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
chmod.sh - dotfiles - Collection of my dotfiles
---
chmod.sh (82B)
---
1 #! /bin/sh
2 for file in /home/zocki/.config/scripts/*.sh
3 do
4 chmod +x "$file"
5 done
generated w/ stagit-gemini