💾 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

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

chmod.sh - dotfiles - Collection of my dotfiles

Log

Files

Refs

---

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