Manu
‎02-07-2023
New Contributor III

Joined: May 2017

User Statistics

  • 19 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello,I am currently attempting to write a script to patch a Mac computer.This is my script:#!/bin/bash todayDate=$(date "+%d.%m.%Y") patchingLogFile=patching_"$todayDate" exec > /tmp/"$patchingLogFile".txt 2>&1 echo "Part 1:0 log file has been creat...
Hi, I have created a force shutdown script with the help of numerous website and forum: #!/bin/sh # First, a little warning: /usr/bin/osascript << EOT display dialog "This is a message from the IT Department Your computer will restart in 15 seconds" ...
Hello, I am sorry to bother everyone on this matter, but I have been working on an issue for a week and I haven't been able to find a solution to my problem.I can feel I am not far, but there is one last thing in my way which prevent me from moving f...
Hello, I am new to this discussions, but I have already found here so many solution in the last few months that I decided to create an account in the hope that someone will be able to help me on an issue that I have and for which I haven't been able ...