Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add mm.rcsh

+7
+7
scripts/mm.rcsh
··· 1 + #!/usr/bin/env rc 2 + 3 + cat >$1 <<eof 4 + #!/usr/bin/env janet 5 + (use sh) 6 + ($ echo Hello!) 7 + eof