Recent content by Masasa

  1. M

    problem with a script on Bash

    Upd. I'm learning linux on raspberry pi, so this script is important to me, especially the screenshot and temperature functions. If you copy the text to the terminal, the script works. But after running in the terminal, it doesn't work. I'm confused. o_O
  2. M

    problem with a script on Bash

    Hi! I'm new, I only started learning Linux 2 days ago. I have a problem with a script on bash. I can't find and fix the error. Can you help me? Thx Maria #!/bin/bash function Ddate() { zenity —info \ —title "Date and Time" \ —text "Today is $(date)" } function Dcalendar() { zenity...
Top