💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › chmod.sh.gmi captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

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