Выкачал с Fontesk 685 акцидентных/заголовочных #шрифтов с поддержкой кириллицы.
Все шрифты свободные/бесплатные.
В комплекте скрипт для #PowerShell, которым можно воспользоваться, чтобы упорядочить архив чуть лучше, нежели он выглядит сейчас (по желанию).
#fonts #шрифты #design #дизайн #дизигн #верстка #полиграфия #DTP #OpenSource #кириллица @ru@lor.sh @Russia @russian_mastodon @dtp@a.gup.pe @design@a.gup.pe
powershell
From: @podfeet - @bart is enamored with the open source shell from Microsoft called #PowerShell. He was so excited to tell us about it his post got quite long so we broke Tidbit 11 into two halves. We should be able to record part 2 soon, but you can read ahead in the shownotes if you’re game.
https://pbs.bartificer.net/tidbit11
#PowerShell #OpenSource #CrossPlatform #microsoft
Ps: a copy, so I can pin it
I have a makefile set up for a class assignment and it was working for Bash/Linux and Windows, but for some reason one student's Powershell in VS Code gives an error:
if exist obj\ re /s /q obj\
/bin/sh: -c: line 2: syntax_error: unexpected end of file
make *** Error 2
But when I run in VS Code Powershell terminal it works.
Also why is his calling /bin/sh?? Any ideas? I have 0.01% experience with scripting for Windows, all the stuff I do is for Bash.