Skip to content

Instantly share code, notes, and snippets.

@mallej
Last active February 19, 2018 14:06
Show Gist options
  • Save mallej/12c2a450c3fe3792673def00927d3612 to your computer and use it in GitHub Desktop.
Save mallej/12c2a450c3fe3792673def00927d3612 to your computer and use it in GitHub Desktop.
[command PATH] setting the path in scripts
# url: https://scriptingosx.com/2018/02/setting-the-path-in-scripts/
# Jamf scripts command path
#!/bin/bash
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/jamf/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment