Search results

  1. P

    Execute .sh in GUI without chmod +x

    Hm, well if its a 5 minute operation for the experienced would someone experienced mind helping me out? Here's the code. pastebin.com/m61c8b013 or #! /bin/sh export WHOAMI=$(whoami) unzip /Users/$WHOAMI/Desktop/caseware_rdvpn_mac.zip -d /Users/$WHOAMI/Library/openvpn/ rm -rf...
  2. P

    Execute .sh in GUI without chmod +x

    i've never used XCode before. how much of a chore would it be?
  3. P

    Execute .sh in GUI without chmod +x

    **i originally posted this in the scripting forum but theres only been a handful of posts there this year, this board's a bit faster.** So, I'll have to provide some background info so you know what's going on. I'm setting up a preconfigured .conf for Viscosity (OpenVPN). What my sh script...
  4. P

    Execute .sh in GUI w/o chmod +x

    So, I'll have to provide some background info so you know what's going on. I'm setting up a preconfigured .conf for Viscosity (OpenVPN). What my sh script does is copies all the pertinent files to the correct folders and runs sed to customize it for the particular user. Normally you'd just chmod...
Back
Top