groupadd, groupdel, mono: add Polish translation (#9164)

This commit is contained in:
rozie
2022-10-19 19:59:11 +02:00
committed by GitHub
parent 0291451d99
commit c4bb8204ee
3 changed files with 38 additions and 0 deletions

12
pages.pl/linux/mono.md Normal file
View File

@@ -0,0 +1,12 @@
# mono
> Środowisko uruchomieniowe dla .NET Framework.
> Więcej informacji: <https://www.mono-project.com/docs/>.
- Uruchom program .NET assembly w trybie debugowania:
`mono --debug {{ścieżka/do/program.exe}}`
- Uruchom program .NET:
`mono {{ścieżka/do/program.exe}}`